Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit 1fe61f7

Browse files
fuhbarunguiculus
authored andcommitted
[incubator/gogs] Add tls evaluation of ingress to template (#1362)
1 parent 0dd1c19 commit 1fe61f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

incubator/gogs/templates/ingress.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ spec:
2525
serviceName: {{ printf "%s-%s" $releaseName $serviceName | trunc 63 | trimSuffix "-" }}
2626
servicePort: {{ $httpPort }}
2727
{{- end -}}
28+
{{- if .Values.service.ingress.tls }}
29+
tls:
30+
{{ toYaml .Values.service.ingress.tls | indent 4 }}
31+
{{- end -}}
2832
{{- end -}}

0 commit comments

Comments
 (0)