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

This commit is contained in:
TonyKaracic33
2026-04-11 22:40:49 +02:00
commit c8e10aac00
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-tony773
spec:
selector:
app: moj-servis
ports:
- port: 80
targetPort: 8000
protocol: TCP
type: NodePort