add: configmap, ingress + update deployment with env refs

This commit is contained in:
2026-05-04 12:56:27 +02:00
parent 3331a890fe
commit 5c9fc5efa5
3 changed files with 43 additions and 1 deletions

View File

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