Compare commits
2 commits
8fca4b3b80
...
92254a2568
Author | SHA1 | Date | |
---|---|---|---|
92254a2568 | |||
c5ca5e6c75 |
1 changed files with 3 additions and 3 deletions
|
@ -85,11 +85,11 @@ spec:
|
||||||
timeoutSeconds: 30
|
timeoutSeconds: 30
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 200m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 500m
|
cpu: 750m
|
||||||
memory: 256Mi
|
memory: 500Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: objstore
|
- name: objstore
|
||||||
mountPath: /conf/objstore.yml
|
mountPath: /conf/objstore.yml
|
||||||
|
|
Loading…
Reference in a new issue