add short names

add publish conditions for services

use official gitea helm chart
This commit is contained in:
ace
2021-01-25 21:04:57 +03:00
parent f1694a4e81
commit 82c5f35eda
26 changed files with 182 additions and 156 deletions

View File

@ -1,3 +1,4 @@
postgres_operator_ui_short_name: "postgres-operator-ui"
postgres_operator_default_values:
image:
registry: "{{ docker_registry }}"
@ -34,12 +35,12 @@ postgres_operator_ui_default_values:
cert-manager.io/acme-challenge-type: "dns01"
kubernetes.io/ingress.class: "{{ postgres_operator_ui_ingress_class | default(internal_ingress_class) }}"
hosts:
- host: postgres-operator-ui.{{ domain }}
- host: "{{ postgres_operator_ui_short_name }}.{{ domain }}"
paths: [""]
tls:
- secretName: postgres-operator-ui.{{ domain }}-tls
- secretName: "{{ postgres_operator_ui_short_name }}.{{ domain }}-tls"
hosts:
- postgres-operator-ui.{{ domain }}
- "{{ postgres_operator_ui_short_name }}.{{ domain }}"
postgres_db_definitions: