mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-10 15:54:57 -05:00
metricbeat: don't limit memory (#2534)
This commit is contained in:
parent
026ed5b642
commit
78c5d09ae7
2 changed files with 12 additions and 2 deletions
|
|
@ -39,6 +39,11 @@ daemonset:
|
|||
hostPath:
|
||||
path: /var/run/dbus
|
||||
type: ""
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "100Mi"
|
||||
limits: null
|
||||
|
||||
clusterRoleRules:
|
||||
- apiGroups: [""]
|
||||
|
|
|
|||
|
|
@ -48,6 +48,11 @@ daemonset:
|
|||
hostPath:
|
||||
path: /etc/kubernetes/pki/etcd
|
||||
type: ""
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "100Mi"
|
||||
limits: null
|
||||
|
||||
clusterRoleRules:
|
||||
- apiGroups: [""]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue