Skip to content

Commit 3a9b4c5

Browse files
committed
increase memory available for postgres from 100mb to 200mb
1 parent 5f91619 commit 3a9b4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployment/base/db-deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ spec:
5555
# https://kubernetes.io/docs/concepts/configuration/manage-resources-containers
5656
resources:
5757
requests:
58-
memory: 100Mi
58+
memory: 200Mi
5959
limits:
60-
memory: 100Mi
60+
memory: 200Mi
6161

6262
env:
6363
- name: PGDATA

0 commit comments

Comments
 (0)