mass update and migrate to networking.k8s.io/v1 api

This commit is contained in:
ace
2022-07-31 06:28:07 +03:00
parent 6db00394ad
commit 3d09476cce
16 changed files with 139 additions and 60 deletions

View File

@ -19,9 +19,9 @@ postgres_operator_ui_default_values:
# configure UI ingress. If needed: "enabled: true"
ingress:
enabled: true
ingressClassName: "{{ postgres_operator_ui_ingress_class | default(internal_ingress_class) }}"
annotations:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
kubernetes.io/ingress.class: "{{ postgres_operator_ui_ingress_class | default(internal_ingress_class) }}"
hosts:
- host: "{{ postgres_operator_ui_short_name }}.{{ domain }}"
paths: [""]