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 cpu: 1000m
memory: 1Gi memory: 1Gi
# Ingress (keep defaults in chart if you prefer not to expose) # Ingress (top-level, maps frontend/backend paths)
ingress: ingress:
enabled: true enabled: true
className: "nginx" className: traefik
annotations: 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: hosts:
- host: recipes.local - host: recipes.dvirlabs.com
paths: paths:
- path: / - path: /
pathType: Prefix pathType: Prefix
@ -90,4 +92,4 @@ ingress:
tls: tls:
- secretName: recipes-tls - secretName: recipes-tls
hosts: hosts:
- recipes.local - recipes.dvirlabs.com