Skip to content

Commit a6d28f8

Browse files
authored
Merge pull request #255 from bcgov/yj
chore: memory sizing
2 parents e056fa4 + 271783d commit a6d28f8

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

crunchydb/values-prod.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ crunchy-postgres:
88
storageClassName: netapp-block-standard
99
requests:
1010
cpu: 20m
11-
memory: 256Mi
11+
memory: 512Mi
1212
limits:
1313
cpu: 100m
14-
memory: 512Mi
14+
memory: 768Mi
1515
replicaCertCopy:
1616
requests:
1717
cpu: 20m
18-
memory: 32Mi
18+
memory: 64Mi
1919
limits:
2020
cpu: 50m
21-
memory: 64Mi
21+
memory: 128Mi
2222

2323
pgBackRest:
2424
retention: "30" # Ideally a larger number such as 30 backups/days

crunchydb/values-uat.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ crunchy-postgres:
88
storageClassName: netapp-block-standard
99
requests:
1010
cpu: 20m
11-
memory: 256Mi
11+
memory: 512Mi
1212
limits:
1313
cpu: 100m
14-
memory: 512Mi
14+
memory: 768Mi
1515
replicaCertCopy:
1616
requests:
1717
cpu: 20m
18-
memory: 32Mi
18+
memory: 64Mi
1919
limits:
2020
cpu: 50m
21-
memory: 64Mi
21+
memory: 128Mi
2222

2323
pgBackRest:
2424
retention: "10" # Ideally a larger number such as 30 backups/days

helm/main/values-prod.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ frontend:
3636
resources:
3737
limits:
3838
cpu: 30m
39-
memory: 70Mi
39+
memory: 140Mi
4040
requests:
4141
cpu: 20m
42-
memory: 50Mi
42+
memory: 70Mi
4343

4444
env:
4545
'API_HOST': '/api'
@@ -65,10 +65,10 @@ backend:
6565
resources:
6666
limits:
6767
cpu: 100m
68-
memory: 300Mi
68+
memory: 500Mi
6969
requests:
7070
cpu: 20m
71-
memory: 200Mi
71+
memory: 300Mi
7272

7373
env:
7474
'API_HOST': '/api'

helm/main/values-uat.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ frontend:
3636
resources:
3737
limits:
3838
cpu: 30m
39-
memory: 70Mi
39+
memory: 140Mi
4040
requests:
4141
cpu: 20m
42-
memory: 50Mi
42+
memory: 70Mi
4343

4444
env:
4545
'API_HOST': '/api'
@@ -73,10 +73,10 @@ backend:
7373
resources:
7474
limits:
7575
cpu: 100m
76-
memory: 300Mi
76+
memory: 500Mi
7777
requests:
7878
cpu: 20m
79-
memory: 200Mi
79+
memory: 300Mi
8080

8181
env:
8282
'API_HOST': '/api'

0 commit comments

Comments
 (0)