Skip to content

Commit

Permalink
Reduce log volume on cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
timebertt committed Sep 4, 2023
1 parent ad1dfe0 commit 3ee0acf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webhosting-operator/config/manager/default/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ spec:
containers:
- name: manager
image: controller:latest
args:
- --zap-log-level=info
ports:
- name: metrics
containerPort: 8080
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ spec:
containers:
- name: manager
args:
- --zap-log-level=info
- --config=/config.yaml
volumeMounts:
- name: config
Expand Down

0 comments on commit 3ee0acf

Please sign in to comment.