increase cpu for thanos receiver
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
All checks were successful
ci/woodpecker/push/dashboard Pipeline was successful
This commit is contained in:
parent
84724aea95
commit
ff35ebb0a2
1 changed files with 4 additions and 4 deletions
|
@ -124,10 +124,10 @@ spec:
|
||||||
timeoutSeconds: 30
|
timeoutSeconds: 30
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 1000m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 3000m
|
||||||
memory: 4Gi
|
memory: 4Gi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: objstore
|
- name: objstore
|
||||||
|
@ -263,10 +263,10 @@ spec:
|
||||||
timeoutSeconds: 30
|
timeoutSeconds: 30
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 1000m
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 3000m
|
||||||
memory: 4Gi
|
memory: 4Gi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: objstore
|
- name: objstore
|
||||||
|
|
Loading…
Reference in a new issue