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