Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions terraform/layer2-k8s/templates/calico-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ calico:
tag: v3.15.1

typha:
logseverity: Info #Debug, Info, Warning, Error, Fatal
logseverity: Warning #Debug, Info, Warning, Error, Fatal
image: quay.io/calico/typha
resources:
requests:
Expand All @@ -24,7 +24,7 @@ calico:
beta.kubernetes.io/os: linux
podAnnotations: {}
node:
logseverity: Info #Debug, Info, Warning, Error, Fatal
logseverity: Warning #Debug, Info, Warning, Error, Fatal
image: quay.io/calico/node
resources:
requests:
Expand Down
3 changes: 2 additions & 1 deletion terraform/layer2-k8s/templates/external-secrets-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ env:
AWS_REGION: ${region}
AWS_DEFAULT_REGION: ${region}
POLLER_INTERVAL_MILLISECONDS: 30000
LOG_LEVEL: info
# trace, debug, info, warn, error, fatal
LOG_LEVEL: warn
LOG_MESSAGE_KEY: 'msg'
METRICS_PORT: 3001

Expand Down