From a87e37197168ab803398054c949a5682c844aa7c Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Wed, 10 May 2023 03:40:42 -0400 Subject: [PATCH 1/2] fix(third-places): correct TLS name --- third-places/release-values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third-places/release-values.yaml b/third-places/release-values.yaml index 40eb1f0..b5d167e 100644 --- a/third-places/release-values.yaml +++ b/third-places/release-values.yaml @@ -7,6 +7,6 @@ ingress: - host: third-places.live.k8s.phl.io paths: [ '/' ] tls: - - secretName: choose-native-plants-tls + - secretName: third-places-tls hosts: - third-places.live.k8s.phl.io From 18b45824213c7f12b65faa9dff47df90c775208b Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Wed, 10 May 2023 03:41:02 -0400 Subject: [PATCH 2/2] fix(third-places): revert to old ingress class config --- third-places/release-values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/third-places/release-values.yaml b/third-places/release-values.yaml index b5d167e..b78a564 100644 --- a/third-places/release-values.yaml +++ b/third-places/release-values.yaml @@ -1,7 +1,8 @@ ingress: enabled: true - className: nginx + # className: nginx annotations: + kubernetes.io/ingress.class: nginx cert-manager.io/cluster-issuer: letsencrypt-prod hosts: - host: third-places.live.k8s.phl.io