mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-09 03:18:34 -05:00
metricbeat: don't limit memory (#2534)
This commit is contained in:
parent
026ed5b642
commit
78c5d09ae7
@ -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…
x
Reference in New Issue
Block a user