Update k8s/moj-servis/service.yaml

This commit is contained in:
2026-03-31 09:49:39 +00:00
parent e4418448f1
commit eca8358352

View File

@@ -1,26 +1,13 @@
apiVersion: v1
kind: Service
metadata:
apiVersion: v1
kind: Service
metadata:
name: moj-servis-svc
namespace: student-zvoneC
spec:
spec:
selector:
app: moj-servis
ports:
- port: 80
targetPort: 8000
protocol: TCP
type: NodePort