Solving bursty CPU alerts.
This commit is contained in:
parent
e5519abd19
commit
ecce3067a6
1 changed files with 8 additions and 0 deletions
|
@ -62,6 +62,14 @@ spec:
|
||||||
- name: "arlen"
|
- name: "arlen"
|
||||||
devices:
|
devices:
|
||||||
- name: /dev/disk/by-id/scsi-0HC_Volume_37460897
|
- name: /dev/disk/by-id/scsi-0HC_Volume_37460897
|
||||||
|
resources:
|
||||||
|
mgr:
|
||||||
|
limits:
|
||||||
|
cpu: "1000m"
|
||||||
|
memory: "1Gi"
|
||||||
|
requests:
|
||||||
|
cpu: "1000m"
|
||||||
|
memory: "1Gi"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
ingressClassName: "nginx"
|
ingressClassName: "nginx"
|
||||||
|
|
Reference in a new issue