fix: move dex over on letsencrypt prodcution

This commit is contained in:
2024-02-20 15:06:07 +01:00
parent d334b7f371
commit b2f11b37e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ ingress:
enabled: true enabled: true
className: nginx className: nginx
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging cert-manager.io/cluster-issuer: letsencrypt-production
nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/ssl-redirect: "true"
hosts: hosts:
- host: idp.srv.oceanbox.io - host: idp.srv.oceanbox.io
+1 -1
View File
@@ -6,7 +6,7 @@ ingress:
enabled: true enabled: true
className: nginx className: nginx
annotations: annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging cert-manager.io/cluster-issuer: letsencrypt-production
nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/ssl-redirect: "true"
hosts: hosts:
- host: idp.beta.oceanbox.io - host: idp.beta.oceanbox.io