update ks-core helm chart (#5247)

This commit is contained in:
hongming
2022-09-27 08:28:22 +08:00
committed by GitHub
parent 9e4f207c46
commit ecf8bac31d
6 changed files with 36 additions and 250 deletions

View File

@@ -103,8 +103,15 @@ spec:
- port: 80
protocol: TCP
targetPort: 9090
{{- with .Values.apiserver.nodePort }}
nodePort:
{{- toYaml . | nindent 6 }}
{{- end }}
selector:
app: ks-apiserver
tier: backend
# version: {{ .Chart.AppVersion }}
{{- if .Values.apiserver.nodePort }}
type: NodePort
{{- else}}
type: ClusterIP
{{- end}}