File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: A Helm chart for Kubernetes
55type : application
66
77# This is the chart version.
8- version : 0.2.2
8+ version : 0.2.3
99
1010# This is the version number of the application being deployed.
1111appVersion : " 4.8.0" # https://access.redhat.com/support/policy/updates/openshift # paragraph "OpenShift Support Matrix"
Original file line number Diff line number Diff line change 5656 serviceName : {{ $fullName }}
5757 servicePort : {{ $svcPort }}
5858 {{- end }}
59+ {{- if .Values.ingress.sslRedirect }}
60+ - path : {{ .path }}
61+ backend :
62+ service :
63+ name : ssl-redirect
64+ port :
65+ name : use-annotation
66+ pathType : {{ .pathType }}
67+ {{- end }}
5968 {{- end }}
6069 {{- end }}
6170{{- end }}
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ service:
7070
7171ingress :
7272 enabled : false
73+ sslRedirect : false
7374 className : " "
7475 annotations : {}
7576 # kubernetes.io/ingress.class: nginx
You can’t perform that action at this time.
0 commit comments