Skip to content

Commit

Permalink
fix: gateway log config should read from helm\core\values.yaml when d…
Browse files Browse the repository at this point in the history
…eploy with helm (#1834)
  • Loading branch information
firebook authored Feb 28, 2025
1 parent a2b8f9a commit 2d1d8ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helm/core/templates/_pod.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ template:
- router
- --domain
- $(POD_NAMESPACE).svc.cluster.local
- --proxyLogLevel=warning
- --proxyComponentLogLevel=misc:error
- --log_output_level=all:info
- --proxyLogLevel={{- default "warning" .Values.global.proxy.logLevel }}
- --proxyComponentLogLevel={{- default "misc:error" .Values.global.proxy.componentLogLevel }}
- --log_output_level={{- default "default:info" .Values.global.logging.level }}
- --serviceCluster=higress-gateway
securityContext:
{{- if .Values.gateway.containerSecurityContext }}
Expand Down

0 comments on commit 2d1d8ac

Please sign in to comment.