Skip to content

Commit

Permalink
update ks-core helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ks-ci-bot committed May 17, 2024
1 parent 00af510 commit 578b348
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/test/ks-core/templates/kubesphere-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ data:
{{- if .Values.extension.nodeSelector }}
nodeSelector: {{- toYaml .Values.extension.nodeSelector | nindent 8 }}
{{- end }}
{{- if .Values.extension.ingress and .Values.extension.ingress.domainSuffix }}
ingress:
ingressClassName: {{ .Values.extension.ingress.ingressClassName }}
domainSuffix: {{ .Values.extension.ingress.domainSuffix }}
httpPort: {{ .Values.extension.ingress.httpPort }}
httpsPort: {{ .Values.extension.ingress.httpsPort }}
{{- end }}
composedApp:
appSelector: {{ .Values.composedApp.appSelector | quote }}
kubesphere:
Expand Down
7 changes: 7 additions & 0 deletions src/test/ks-core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,13 @@ cloud:
extension:
imageRegistry: ""
nodeSelector: {}
ingress:
ingressClassName: ""
# The domain name suffix used to create the ingress of each extension.
# Depending on your ingress address, it can be an LB hostname address (xx.com), {node_ip}.nip.io or an internal DNS address (kse.local).
domainSuffix: ""
httpPort: 80
httpsPort: 443

hook:
resources:
Expand Down

0 comments on commit 578b348

Please sign in to comment.