fix(plume): Change ingress to get cert

This commit is contained in:
2025-07-02 15:25:45 +02:00
parent 7465034e20
commit 978415229d
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ ingress:
nginx.ingress.kubernetes.io/ssl-redirect: "true" nginx.ingress.kubernetes.io/ssl-redirect: "true"
oceanbox.io/expose: internal oceanbox.io/expose: internal
hosts: hosts:
- host: plume.ekman.oceanbox.io - host: plume.data.oceanbox.io
paths: paths:
- path: / - path: /
pathType: ImplementationSpecific pathType: ImplementationSpecific
@@ -18,7 +18,7 @@ ingress:
pathType: ImplementationSpecific pathType: ImplementationSpecific
tls: tls:
- hosts: - hosts:
- plume.ekman.oceanbox.io - plume.data.oceanbox.io
secretName: plume-tls secretName: plume-tls
persistence: persistence:
enabled: true enabled: true
@@ -20,4 +20,4 @@ resources:
- rbac.yaml - rbac.yaml
- secretstore.yaml - secretstore.yaml
- statestore.yaml - statestore.yaml
- tracing.yaml - tracing.yaml