We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cc441 commit 40a83e3Copy full SHA for 40a83e3
charts/opencloud/templates/gateway/gateway.yaml
@@ -43,8 +43,16 @@ spec:
43
matchLabels:
44
kubernetes.io/metadata.name: {{ .Values.httpRoute.gateway.namespace | default .Release.Namespace }}
45
{{- if .Values.keycloak.enabled }}
46
+ {{- if .Values.global.tls.enabled }}
47
- name: keycloak-https
48
+ {{- else }}
49
+ - name: keycloak-http
50
+ {{- end }}
51
52
protocol: HTTPS
53
54
+ protocol: HTTP
55
56
port: {{ .Values.httpRoute.gateway.port | default 443 }}
57
hostname: {{ .Values.global.domain.keycloak | quote }}
58
{{- if .Values.global.tls.enabled }}
0 commit comments