Skip to content
Snippets Groups Projects
Unverified Commit 4f306fc3 authored by paulfantom's avatar paulfantom
Browse files

manifests: regenerate

parent 41e3f7d0
Branches
Tags 37.404.0
No related merge requests found
...@@ -25,7 +25,6 @@ spec: ...@@ -25,7 +25,6 @@ spec:
containers: containers:
- args: - args:
- --web.listen-address=127.0.0.1:9100 - --web.listen-address=127.0.0.1:9100
- --path.procfs=/host/proc
- --path.sysfs=/host/sys - --path.sysfs=/host/sys
- --path.rootfs=/host/root - --path.rootfs=/host/root
- --no-collector.wifi - --no-collector.wifi
...@@ -41,10 +40,6 @@ spec: ...@@ -41,10 +40,6 @@ spec:
cpu: 102m cpu: 102m
memory: 180Mi memory: 180Mi
volumeMounts: volumeMounts:
- mountPath: /host/proc
mountPropagation: HostToContainer
name: proc
readOnly: true
- mountPath: /host/sys - mountPath: /host/sys
mountPropagation: HostToContainer mountPropagation: HostToContainer
name: sys name: sys
...@@ -91,9 +86,6 @@ spec: ...@@ -91,9 +86,6 @@ spec:
tolerations: tolerations:
- operator: Exists - operator: Exists
volumes: volumes:
- hostPath:
path: /proc
name: proc
- hostPath: - hostPath:
path: /sys path: /sys
name: sys name: sys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment