Skip to content

Commit

Permalink
fix(daemonset): readonly volume & housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
Neeptossss committed Oct 17, 2023
1 parent b425ec4 commit 8635d0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cadvisor.daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
readOnly: true
- name: var-run
mountPath: /var/run
readOnly: false
readOnly: true
- name: sys
mountPath: /sys
readOnly: true
Expand All @@ -42,8 +42,7 @@ spec:
containerPort: 8080
protocol: TCP
args:
- --profiling
- --housekeeping_interval=1s
- --housekeeping_interval=30s
terminationGracePeriodSeconds: 30
volumes:
- name: rootfs
Expand Down

0 comments on commit 8635d0e

Please sign in to comment.