update filebeat resoucr
parent
4cbdce03bb
commit
5627c841a5
|
@ -84,10 +84,11 @@ spec:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 200Mi
|
cpu: 200m
|
||||||
|
memory: 256Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 10m
|
||||||
memory: 100Mi
|
memory: 64Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /etc/filebeat.yml
|
mountPath: /etc/filebeat.yml
|
||||||
|
|
|
@ -84,10 +84,11 @@ spec:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 200Mi
|
cpu: 200m
|
||||||
|
memory: 256Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 10m
|
||||||
memory: 100Mi
|
memory: 64Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /etc/filebeat.yml
|
mountPath: /etc/filebeat.yml
|
||||||
|
|
|
@ -85,10 +85,11 @@ spec:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
memory: 200Mi
|
cpu: 200m
|
||||||
|
memory: 256Mi
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 10m
|
||||||
memory: 100Mi
|
memory: 64Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: config
|
- name: config
|
||||||
mountPath: /etc/filebeat.yml
|
mountPath: /etc/filebeat.yml
|
||||||
|
|
Loading…
Reference in New Issue