Files
hello-cicd/k8s/service.yaml
filip susak 13a5b94ac1
Some checks failed
CI/CD Pipeline / build (push) Has been cancelled
CI/CD Pipeline / deploy (push) Has been cancelled
init: hello-cicd project setup
2026-04-14 10:37:48 +02:00

13 lines
190 B
YAML

apiVersion: v1
kind: Service
metadata:
name: hello-cicd-svc
namespace: student-fsusak03
spec:
selector:
app: hello-cicd
ports:
- port: 80
targetPort: 8000
type: NodePort