increase resource allocations
This commit is contained in:
parent
7314f3c9d0
commit
3c3660fca1
1 changed files with 3 additions and 2 deletions
|
|
@ -19,6 +19,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: postgres
|
- name: postgres
|
||||||
image: postgres:17-alpine
|
image: postgres:17-alpine
|
||||||
|
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: postgres-data-volume
|
- name: postgres-data-volume
|
||||||
|
|
@ -43,8 +44,8 @@ spec:
|
||||||
key: postgres-password
|
key: postgres-password
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "4Gi"
|
memory: "6Gi"
|
||||||
cpu: "800m"
|
cpu: "1200m"
|
||||||
volumes:
|
volumes:
|
||||||
- name: postgres-data-volume
|
- name: postgres-data-volume
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue