From c9eddb88fccda8d08a0f8763027247c55ea8943b Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 5 Dec 2025 12:34:32 +0200 Subject: [PATCH] Update my-recipes front image ingress --- manifests/my-recipes/values.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/manifests/my-recipes/values.yaml b/manifests/my-recipes/values.yaml index bf1efc9..fd3aba4 100644 --- a/manifests/my-recipes/values.yaml +++ b/manifests/my-recipes/values.yaml @@ -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