Dodaj K8s manifeste za moj-servis

This commit is contained in:
2026-03-31 11:33:17 +02:00
commit fef822add5
2 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: moj-servis-svc
namespace: studenti
spec:
selector:
app: moj-servis
ports:
- port: 80
targetPort: 8000
type: NodePort