From 91df0d42a801f93a24af3038fb152381a9101990 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 7 Dec 2025 04:58:42 +0200 Subject: [PATCH] Fix my-recipes ingress --- charts/my-recipes-chart/values.yaml | 8 ++++++++ manifests/my-recipes/values.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/charts/my-recipes-chart/values.yaml b/charts/my-recipes-chart/values.yaml index e9605da..6dc7748 100644 --- a/charts/my-recipes-chart/values.yaml +++ b/charts/my-recipes-chart/values.yaml @@ -39,6 +39,10 @@ backend: paths: - path: / pathType: Prefix + tls: + - secretName: api-my-recipes-tls + hosts: + - api-my-recipes.dvirlabs.com # Frontend configuration frontend: @@ -77,6 +81,10 @@ frontend: paths: - path: / pathType: Prefix + tls: + - secretName: my-recipes-tls + hosts: + - my-recipes.dvirlabs.com # PostgreSQL configuration postgres: diff --git a/manifests/my-recipes/values.yaml b/manifests/my-recipes/values.yaml index dc3b501..a735ec4 100644 --- a/manifests/my-recipes/values.yaml +++ b/manifests/my-recipes/values.yaml @@ -35,6 +35,10 @@ backend: paths: - path: / pathType: Prefix + tls: + - secretName: api-my-recipes-tls + hosts: + - api-my-recipes.dvirlabs.com # Frontend configuration frontend: name: frontend @@ -69,6 +73,10 @@ frontend: paths: - path: / pathType: Prefix + tls: + - secretName: my-recipes-tls + hosts: + - my-recipes.dvirlabs.com # PostgreSQL configuration postgres: name: db