update ks-core helm chart (#6401)
fix: cherrypick update ks-core helm chart Signed-off-by: peng wu <2030047311@qq.com>
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
{{- end }}
|
||||
selector:
|
||||
{{- if eq (include "role" .) "host" }}
|
||||
{{- if eq (include "multicluster.role" .) "host" }}
|
||||
app: ks-apiserver
|
||||
{{- else }}
|
||||
app: ks-agent
|
||||
@@ -52,7 +52,7 @@ spec:
|
||||
protocol: TCP
|
||||
targetPort: 8443
|
||||
selector:
|
||||
{{- if eq (include "role" .) "host" }}
|
||||
{{- if eq (include "multicluster.role" .) "host" }}
|
||||
app: ks-controller-manager
|
||||
{{- else }}
|
||||
app: ks-agent
|
||||
|
||||
Reference in New Issue
Block a user