Files
hello-cicd/k8s/service.yaml
2026-04-14 10:35:36 +02:00

14 lines
214 B
YAML

# k8s/service.yaml
apiVersion: v1
kind: Service
metadata:
name: hello-cicd-svc
namespace: student-VAŠ_KORISNIK
spec:
selector:
app: hello-cicd
ports:
- port: 80
targetPort: 8000
type: NodePort