mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-03 02:50:03 -05:00
metricbeat: don't limit memory (#2534)
This commit is contained in:
parent
026ed5b642
commit
78c5d09ae7
@ -39,7 +39,12 @@ daemonset:
|
||||
hostPath:
|
||||
path: /var/run/dbus
|
||||
type: ""
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "100Mi"
|
||||
limits: null
|
||||
|
||||
clusterRoleRules:
|
||||
- apiGroups: [""]
|
||||
resources:
|
||||
|
@ -48,7 +48,12 @@ daemonset:
|
||||
hostPath:
|
||||
path: /etc/kubernetes/pki/etcd
|
||||
type: ""
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: "100m"
|
||||
memory: "100Mi"
|
||||
limits: null
|
||||
|
||||
clusterRoleRules:
|
||||
- apiGroups: [""]
|
||||
resources:
|
||||
|
Loading…
x
Reference in New Issue
Block a user