Files
helloo-cicdd/k8s/moj-servis/service.yml
Marijanela ff1176f1aa
Some checks failed
CI/CD Pipeline / build (push) Successful in 1m50s
CI/CD Pipeline / deploy (push) Failing after 1m3s
Ingress
2026-04-30 18:23:33 +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