Skip to content
Snippets Groups Projects

Topic/default/improvments

Merged Xavier Garnier requested to merge topic/default/improvments into branch/default
2 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 6
0
@@ -8,6 +8,9 @@
app.kubernetes.io/instance: {{ .Release.Name }}
annotations:
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
{{- if .Values.ingress.redirectToFromWww }}
nginx.ingress.kubernetes.io/from-to-www-redirect: "true"
{{- end }}
{{- with .Values.ingress.clusterIssuer }}
cert-manager.io/cluster-issuer: {{ . }}
{{- end }}
@@ -28,6 +31,9 @@
tls:
- hosts:
- {{ .Values.host }}
{{- if .Values.ingress.redirectToFromWww }}
- www.{{ .Values.host }}
{{- end }}
{{- if .Values.ingress.tlsSecret }}
secretName: {{ .Release.Name }}-tls
{{- end }}
Loading