Skip to content

Commit c223237

Browse files
NONE - bump PG memory to previous defaults that were specified in Bitnami. (#1045)
1 parent 2dc648d commit c223237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/infrastructure/cloudnativepg/cluster-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ spec:
1414

1515
resources:
1616
requests:
17-
memory: "64Mi"
17+
memory: "256Mi"
1818
cpu: "25m"
1919
limits:
20-
memory: "256Mi"
20+
memory: "1024Mi"
2121
cpu: "250m"
2222

2323
storage:

0 commit comments

Comments
 (0)