Skip to content

Commit

Permalink
Merge pull request #6596 from zalando-incubator/fabric/configure-log-…
Browse files Browse the repository at this point in the history
…level

fabric-gateway: make log level configurable
  • Loading branch information
AlexanderYastrebov authored Dec 4, 2023
2 parents 9551883 + 3f074e7 commit 08840a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cluster/config-defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,13 @@ skipper_open_policy_agent_styra_token: ""
# - production: runs the controller
#
fabric_gateway_controller_mode: "disabled"
fabric_gateway_controller_version: "master-224"
fabric_gateway_controller_version: "master-229"
fabric_gateway_controller_cpu: "50m"
fabric_gateway_controller_memory: "150Mi"
fabric_gateway_crd_v1_enabled: "false"
fabric_gateway_controller_allow_all_filters: "false"
fabric_gateway_controller_ssl_policy: ""
fabric_gateway_controller_log_level: "INFO"

# kube-api-server settings

Expand Down
2 changes: 1 addition & 1 deletion cluster/manifests/fabric-gateway/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
args:
- -update-fabric-gateway-status=true
- -versioned-hosts-base-domain={{ .Values.hosted_zone }}
- -log-level=info
- -log-level={{ .ConfigItems.fabric_gateway_controller_log_level }}
- -ssl-policy={{ .ConfigItems.fabric_gateway_controller_ssl_policy }}
{{ if eq .ConfigItems.fabric_gateway_controller_allow_all_filters "true" }}
- -allow-all-filters=true
Expand Down

0 comments on commit 08840a7

Please sign in to comment.