dodaj: configmap, ingress i update deployment

This commit is contained in:
2026-04-07 11:29:45 +02:00
parent ce9ff96721
commit 5eb290aa34
3 changed files with 43 additions and 8 deletions

View File

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