fix: Use prod ingress for plume

This commit is contained in:
2025-07-01 19:16:02 +02:00
parent f931cb3c6f
commit cc1dd62b9d
+1 -1
View File
@@ -4,7 +4,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/backend-protocol: HTTP nginx.ingress.kubernetes.io/backend-protocol: HTTP
nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/ssl-redirect: "true"
oceanbox.io/expose: internal oceanbox.io/expose: internal