increase limits
This commit is contained in:
parent
3c3660fca1
commit
82cec10b8b
1 changed files with 3 additions and 0 deletions
|
|
@ -46,6 +46,9 @@ spec:
|
||||||
requests:
|
requests:
|
||||||
memory: "6Gi"
|
memory: "6Gi"
|
||||||
cpu: "1200m"
|
cpu: "1200m"
|
||||||
|
limits:
|
||||||
|
memory: "8Gi"
|
||||||
|
cpu: "1600m"
|
||||||
volumes:
|
volumes:
|
||||||
- name: postgres-data-volume
|
- name: postgres-data-volume
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue