fix(plume): Move ingress to staging

This commit is contained in:
2025-06-20 10:31:52 +02:00
parent 0418c493ac
commit fe1a432a35
3 changed files with 24 additions and 23 deletions
@@ -0,0 +1,19 @@
ingress:
enabled: true
className: "nginx"
annotations:
cert-manager.io/cluster-issuer: letsencrypt-staging
nginx.ingress.kubernetes.io/backend-protocol: HTTP
nginx.ingress.kubernetes.io/ssl-redirect: "true"
hosts:
- host: plume.ekman.oceanbox.io
paths:
- path: /
pathType: ImplementationSpecific
internal:
- path: /internal
pathType: ImplementationSpecific
tls:
- hosts:
- plume.ekman.oceanbox.io
secretName: plume-tls