Ingress
Some checks failed
CI/CD Pipeline / build (push) Successful in 1m50s
CI/CD Pipeline / deploy (push) Failing after 1m3s

This commit is contained in:
2026-04-30 18:23:33 +02:00
parent d532ecf49d
commit ff1176f1aa
3 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
# 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