cleanup ingress in roles

This commit is contained in:
ace
2021-02-12 17:06:25 +03:00
parent a1210f7406
commit 980a69caa5
13 changed files with 0 additions and 32 deletions

View File

@ -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 }}"