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