add short names
add publish conditions for services use official gitea helm chart
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user