add: moj-servis k8s manifests (deployment + service)

This commit is contained in:
2026-04-07 09:59:45 +02:00
commit 0dd350003f
2 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# k8s/moj-servis/service.yaml
apiVersion: v1
kind: Service
metadata:
name: moj-servis-svc
namespace: student-mihael-janjic
spec:
selector:
app: moj-servis
ports:
- port: 80
targetPort: 8000
protocol: TCP
type: NodePort