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
|
||||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 512Mi
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1.5Gi
|
||||
cpu: 500m
|
||||
memory: 1Gi
|
||||
volumeMounts:
|
||||
- name: objstore
|
||||
mountPath: /conf/objstore.yml
|
||||
|
|
|
@ -267,7 +267,7 @@ spec:
|
|||
memory: 512Mi
|
||||
limits:
|
||||
cpu: 3000m
|
||||
memory: 6Gi
|
||||
memory: 4Gi
|
||||
volumeMounts:
|
||||
- name: objstore
|
||||
mountPath: /conf/objstore.yml
|
||||
|
@ -291,7 +291,7 @@ spec:
|
|||
accessModes: [ReadWriteOnce]
|
||||
resources:
|
||||
requests:
|
||||
storage: 30Gi
|
||||
storage: 20Gi
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue