switch to letsencrypt-prod
ci / build (push) Failing after 7s Details

This commit is contained in:
Chris Grimmett 2024-04-22 18:54:43 +00:00
parent 322141dd33
commit 23a2ef3ca9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ metadata:
name: argocd-server-ingress name: argocd-server-ingress
namespace: argocd namespace: argocd
annotations: annotations:
cert-manager.io/cluster-issuer: "letsencrypt-staging" cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/ssl-passthrough: "true" nginx.ingress.kubernetes.io/ssl-passthrough: "true"
# If you encounter a redirect loop or are getting a 307 response code # If you encounter a redirect loop or are getting a 307 response code
# then you need to force the nginx ingress to connect to the backend using HTTPS. # then you need to force the nginx ingress to connect to the backend using HTTPS.