postgres: fix postgres-operator-ui ingress path
This commit is contained in:
parent
d4b3f63495
commit
6a1d272453
@ -1,3 +1,5 @@
|
||||
postgres_operator_chart_ref: "ghp/postgres-operator"
|
||||
postgres_operator_ui_chart_ref: "ghp/postgres-operator-ui"
|
||||
postgres_operator_ui_short_name: "postgres-operator-ui"
|
||||
postgres_operator_default_values:
|
||||
configKubernetes:
|
||||
@ -24,7 +26,7 @@ postgres_operator_ui_default_values:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
hosts:
|
||||
- host: "{{ postgres_operator_ui_short_name }}.{{ domain }}"
|
||||
paths: [""]
|
||||
paths: ["/"]
|
||||
tls:
|
||||
- secretName: "{{ postgres_operator_ui_short_name }}.{{ domain }}-tls"
|
||||
hosts:
|
||||
|
Loading…
Reference in New Issue
Block a user