Skip to content

Commit

Permalink
fix(base-cluster): set traefik default debug to false
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkraemer-mg authored May 18, 2024
1 parent 3f9bac1 commit e31af92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/base-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ traefik:
enabled: false
level: ERROR
debug:
enabled: true
enabled: false
resources:
requests:
cpu: "1"
Expand Down

0 comments on commit e31af92

Please sign in to comment.