metricbeat: don't limit memory (#2534)

This commit is contained in:
Moritz Sanft 2023-10-30 08:02:20 +01:00 committed by GitHub
parent 026ed5b642
commit 78c5d09ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 2 deletions

View File

@ -39,7 +39,12 @@ daemonset:
hostPath:
path: /var/run/dbus
type: ""
resources:
requests:
cpu: "100m"
memory: "100Mi"
limits: null
clusterRoleRules:
- apiGroups: [""]
resources:

View File

@ -48,7 +48,12 @@ daemonset:
hostPath:
path: /etc/kubernetes/pki/etcd
type: ""
resources:
requests:
cpu: "100m"
memory: "100Mi"
limits: null
clusterRoleRules:
- apiGroups: [""]
resources: