fix(plume): Change ingress to get cert
This commit is contained in:
@@ -9,7 +9,7 @@ ingress:
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "true"
|
||||
oceanbox.io/expose: internal
|
||||
hosts:
|
||||
- host: plume.ekman.oceanbox.io
|
||||
- host: plume.data.oceanbox.io
|
||||
paths:
|
||||
- path: /
|
||||
pathType: ImplementationSpecific
|
||||
@@ -18,7 +18,7 @@ ingress:
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- plume.ekman.oceanbox.io
|
||||
- plume.data.oceanbox.io
|
||||
secretName: plume-tls
|
||||
persistence:
|
||||
enabled: true
|
||||
|
||||
@@ -20,4 +20,4 @@ resources:
|
||||
- rbac.yaml
|
||||
- secretstore.yaml
|
||||
- statestore.yaml
|
||||
- tracing.yaml
|
||||
- tracing.yaml
|
||||
|
||||
Reference in New Issue
Block a user