enhancement: disable redis when running as member cluster
Signed-off-by: wenhaozhou <wenhaozhou@yunify.com>
(cherry picked from commit 4fa4f5b42d)
Signed-off-by: hongming <coder.scala@gmail.com>
This commit is contained in:
@@ -78,6 +78,11 @@ data:
|
|||||||
kubesphere:
|
kubesphere:
|
||||||
tls: {{ .Values.internalTLS }}
|
tls: {{ .Values.internalTLS }}
|
||||||
{{- if and (eq (include "multicluster.role" .) "host") .Values.ha.enabled -}}
|
{{- if and (eq (include "multicluster.role" .) "host") .Values.ha.enabled -}}
|
||||||
|
{{- if and .Values.telemetry.enabled (eq (include "multicluster.role" .) "host") }}
|
||||||
|
telemetry:
|
||||||
|
ksCloudURL: "https://kubesphere.cloud"
|
||||||
|
{{- end }}
|
||||||
|
{{- if and (eq (include "multicluster.role" .) "host" .Values.ha.enabled) -}}
|
||||||
{{- if .Values.ha.cache }}
|
{{- if .Values.ha.cache }}
|
||||||
cache: {{- toYaml .Values.ha.cache | nindent 6}}
|
cache: {{- toYaml .Values.ha.cache | nindent 6}}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
|
|||||||
Reference in New Issue
Block a user