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:
|
||||
- name: postgres
|
||||
image: postgres:17-alpine
|
||||
|
||||
imagePullPolicy: Always
|
||||
volumeMounts:
|
||||
- name: postgres-data-volume
|
||||
|
|
@ -43,8 +44,8 @@ spec:
|
|||
key: postgres-password
|
||||
resources:
|
||||
requests:
|
||||
memory: "4Gi"
|
||||
cpu: "800m"
|
||||
memory: "6Gi"
|
||||
cpu: "1200m"
|
||||
volumes:
|
||||
- name: postgres-data-volume
|
||||
persistentVolumeClaim:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue