Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
chuang8511 committed Nov 19, 2024
1 parent 739d170 commit cf77854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/core/templates/pipeline-backend/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ data:
apigateway:
host: {{ template "core.apiGateway" . }}
publicport: {{ template "core.apiGateway.httpPort" . }}
tlsenabled: {{ default true }}
tlsenabled: {{ .Values.apiGateway.tls.enabled }}
2 changes: 1 addition & 1 deletion charts/core/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ apiGateway:
additionalHosts: []
# -- The TLS configuration for api-gateway
tls:
enabled: false
enabled: true
# -- Set the service account to be used, default if left empty
serviceAccountName: ""
# -- Mount the service account token
Expand Down

0 comments on commit cf77854

Please sign in to comment.