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:
|
hostPath:
|
||||||
path: /var/run/dbus
|
path: /var/run/dbus
|
||||||
type: ""
|
type: ""
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "100m"
|
||||||
|
memory: "100Mi"
|
||||||
|
limits: null
|
||||||
|
|
||||||
clusterRoleRules:
|
clusterRoleRules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
|
@ -48,6 +48,11 @@ daemonset:
|
|||||||
hostPath:
|
hostPath:
|
||||||
path: /etc/kubernetes/pki/etcd
|
path: /etc/kubernetes/pki/etcd
|
||||||
type: ""
|
type: ""
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: "100m"
|
||||||
|
memory: "100Mi"
|
||||||
|
limits: null
|
||||||
|
|
||||||
clusterRoleRules:
|
clusterRoleRules:
|
||||||
- apiGroups: [""]
|
- apiGroups: [""]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user