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 40a83e3 commit af9acc4Copy full SHA for af9acc4
charts/opencloud/templates/gateway/gateway.yaml
@@ -70,8 +70,16 @@ spec:
70
kubernetes.io/metadata.name: {{ .Values.httpRoute.gateway.namespace | default .Release.Namespace }}
71
{{- end }}
72
{{- if and .Values.opencloud.storage.s3.internal.enabled .Values.opencloud.storage.s3.internal.httpRoute.enabled }}
73
+ {{- if .Values.global.tls.enabled }}
74
- name: minio-https
75
+ {{- else }}
76
+ - name: minio-http
77
+ {{- end }}
78
79
protocol: HTTPS
80
81
+ protocol: HTTP
82
83
port: {{ .Values.httpRoute.gateway.port | default 443 }}
84
hostname: {{ .Values.global.domain.minio | quote }}
85
{{- if .Values.global.tls.enabled }}
0 commit comments