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
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
cpu: 1000m
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
cpu: 3000m
|
||||
memory: 4Gi
|
||||
volumeMounts:
|
||||
- name: objstore
|
||||
|
@ -263,10 +263,10 @@ spec:
|
|||
timeoutSeconds: 30
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
cpu: 1000m
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
cpu: 3000m
|
||||
memory: 4Gi
|
||||
volumeMounts:
|
||||
- name: objstore
|
||||
|
|
Loading…
Reference in a new issue