Compare commits
2 commits
98833c9b3f
...
a82139c221
Author | SHA1 | Date | |
---|---|---|---|
a82139c221 | |||
19783f1113 |
2 changed files with 6 additions and 6 deletions
|
@ -74,11 +74,11 @@ spec:
|
|||
timeoutSeconds: 30
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
cpu: 200m
|
||||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 1Gi
|
||||
cpu: 1000m
|
||||
memory: 1.5Gi
|
||||
volumeMounts:
|
||||
- name: objstore
|
||||
mountPath: /conf/objstore.yml
|
||||
|
|
|
@ -267,7 +267,7 @@ spec:
|
|||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 3000m
|
||||
memory: 4Gi
|
||||
memory: 6Gi
|
||||
volumeMounts:
|
||||
- name: objstore
|
||||
mountPath: /conf/objstore.yml
|
||||
|
@ -291,7 +291,7 @@ spec:
|
|||
accessModes: [ReadWriteOnce]
|
||||
resources:
|
||||
requests:
|
||||
storage: 20Gi
|
||||
storage: 30Gi
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue