We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e90a6 commit 617f969Copy full SHA for 617f969
2 files changed
deployment-configuration/helm/templates/certs/letsencrypt.yaml
@@ -12,5 +12,5 @@ spec:
12
solvers:
13
- http01:
14
ingress:
15
- name: cloudharness-ingress
+ class: nginx
16
{{ end }}
deployment-configuration/helm/templates/ingress.yaml
@@ -35,7 +35,7 @@ metadata:
35
kubernetes.io/ingress.class: nginx
36
{{- if and (not .Values.local) $tls }}
37
kubernetes.io/tls-acme: 'true'
38
- cert-manager.io/cluster-issuer: {{ printf "%s-%s" "letsencrypt" .Values.namespace }}
+ cert-manager.io/issuer: {{ printf "%s-%s" "letsencrypt" .Values.namespace }}
39
{{- end }}
40
nginx.ingress.kubernetes.io/ssl-redirect: {{ (and $tls .Values.ingress.ssl_redirect) | quote }}
41
nginx.ingress.kubernetes.io/proxy-body-size: '250m'
0 commit comments