Update my-recipes front image ingress

This commit is contained in:
dvirlabs 2025-12-05 12:34:32 +02:00
parent 1096d478c3
commit c9eddb88fc

View File

@ -72,14 +72,16 @@ postgres:
cpu: 1000m
memory: 1Gi
# Ingress (keep defaults in chart if you prefer not to expose)
# Ingress (top-level, maps frontend/backend paths)
ingress:
enabled: true
className: "nginx"
className: traefik
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
cert-manager.io/cluster-issuer: null
hosts:
- host: recipes.local
- host: recipes.dvirlabs.com
paths:
- path: /
pathType: Prefix
@ -90,4 +92,4 @@ ingress:
tls:
- secretName: recipes-tls
hosts:
- recipes.local
- recipes.dvirlabs.com