File tree Expand file tree Collapse file tree
charts/application-ingress Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : ingress
3- version : 1.1.1
3+ version : 1.1.2
44description : A Helm chart for Ingress
55type : application
66home : https://github.com/technicaldomain/helm
Original file line number Diff line number Diff line change 1919{{- end }}
2020{{- else if eq $ingressClass "traefik" }}
2121{{- $_ := set $defaultAnnotations "kubernetes.io/ingress.class" "traefik" }}
22+ {{- if $.Values.explicitTLS }}
23+ {{- $_ := set $defaultAnnotations "traefik.ingress.kubernetes.io/router.tls" "true" }}
24+ {{- $_ := set $defaultAnnotations "traefik.ingress.kubernetes.io/router.entrypoints" "websecure" }}
25+ {{- else }}
2226{{- $_ := set $defaultAnnotations "traefik.ingress.kubernetes.io/router.entrypoints" "web" }}
27+ {{- end }}
2328{{- if (default $useRewrite false) }}
2429{{- $_ := set $defaultAnnotations "traefik.ingress.kubernetes.io/router.middlewares" (printf "%s-rewrite" $serviceName) }}
2530{{- end }}
You can’t perform that action at this time.
0 commit comments