Compare commits
No commits in common. "92254a2568a3da4d02621b682b0c5dcbc73af156" and "8fca4b3b80649f8d8dbf7f7592e32949674ed67f" have entirely different histories.
92254a2568
...
8fca4b3b80
1 changed files with 3 additions and 3 deletions
|
@ -85,11 +85,11 @@ spec:
|
||||||
timeoutSeconds: 30
|
timeoutSeconds: 30
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 200m
|
cpu: 100m
|
||||||
memory: 256Mi
|
memory: 256Mi
|
||||||
limits:
|
limits:
|
||||||
cpu: 750m
|
cpu: 500m
|
||||||
memory: 500Mi
|
memory: 256Mi
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: objstore
|
- name: objstore
|
||||||
mountPath: /conf/objstore.yml
|
mountPath: /conf/objstore.yml
|
||||||
|
|
Loading…
Reference in a new issue