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

@@ -98,11 +98,15 @@ spec:
port: 80
protocol: TCP
targetPort: 8000
{{- with .Values.console.port }}
{{- with .Values.console.nodePort }}
nodePort:
{{- toYaml . | nindent 6 }}
{{- end }}
selector:
app: ks-console
tier: frontend
type: {{ .Values.console.type }}
{{- if .Values.console.nodePort }}
type: NodePort
{{- else}}
type: ClusterIP
{{- end}}