add: configmap, ingress + update deployment with env refs

This commit is contained in:
2026-04-07 12:12:30 +02:00
parent 0e0f1468d3
commit f97df3bae2
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: moj-servis-ingress
namespace: student-marijam1909
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: web
spec:
rules:
- host: marijam1909.argocd.fpmoz.sum.ba
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: moj-servis-svc
port:
number: 80