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