Files
helloo-cicdd/k8s/moj-servis/service.yaml
Marijanela a90866dfc5
All checks were successful
CI/CD Pipeline / build (push) Successful in 1m45s
CI/CD Pipeline / deploy (push) Successful in 1m46s
fix name
2026-05-02 14:36:40 +02:00

16 lines
239 B
YAML

# k8s/service.yaml
apiVersion: v1
kind: Service
metadata:
name: helloo-cicdd-svc
namespace: student-marijanela218
spec:
selector:
app: helloo-cicdd
ports:
- port: 80
targetPort: 8000
protocol: TCP
type: ClusterIP