Files
helloo-cicdd/k8s/moj-servis/ingress.yaml
Marijanela ff1176f1aa
Some checks failed
CI/CD Pipeline / build (push) Successful in 1m50s
CI/CD Pipeline / deploy (push) Failing after 1m3s
Ingress
2026-04-30 18:23:33 +02:00

23 lines
596 B
YAML

apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: helloo-cicdd-ingress
namespace: student-marijanela218
annotations:
# ── Traefik specifične opcije ──
traefik.ingress.kubernetes.io/router.entrypoints: web,websecure
traefik.ingress.kubernetes.io/router.tls: "true"
spec:
ingressClassName: traefik
rules:
- host: helloo-cicdd-marijanela218.argocd.fpmoz.sum.ba
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: helloo-cicdd-svc
port:
number: 80