add: configmap, ingress + update deployment with env refs

This commit is contained in:
2026-04-07 12:07:31 +02:00
parent 9d52f7d4db
commit 43892d9012
4 changed files with 86 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-iva
spec:
selector:
app: moj-servis
ports:
- port: 80
targetPort: 8000
protocol: TCP
type: NodePort