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

This commit is contained in:
peanutworld
2026-04-23 15:08:34 +02:00
commit 7669d2b1bf
2 changed files with 40 additions and 0 deletions

View File

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