postgres: fix postgres-operator-ui ingress path

This commit is contained in:
ace 2023-09-09 16:55:38 +03:00
parent d4b3f63495
commit 6a1d272453
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

View File

@ -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: