cleanup ingress in roles
This commit is contained in:
@ -31,8 +31,6 @@ postgres_operator_ui_default_values:
|
||||
enabled: true
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
||||
cert-manager.io/acme-dns01-provider: "rfc2136"
|
||||
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_short_name }}.{{ domain }}"
|
||||
|
Reference in New Issue
Block a user