increase resource allocations

This commit is contained in:
red 2025-06-08 10:35:40 -04:00
parent 7314f3c9d0
commit 3c3660fca1

View file

@ -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: