add: configmap, ingress + update deployment with env refs

This commit is contained in:
2026-04-07 11:33:02 +02:00
parent b873c97f9f
commit 744461565f
4 changed files with 52 additions and 2 deletions

View File

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