Skip to content

Commit 207aa58

Browse files
wmuldergovfatbird
authored andcommitted
DBC22-1298
Increase space in the crunchy db clusters
1 parent 350262e commit 207aa58

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

infrastructure/crunchy-postgres/values-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ instances:
99
name: ha # high availability
1010
replicas: 1
1111
dataVolumeClaimSpec:
12-
storage: 2Gi
12+
storage: 5Gi
1313
storageClassName: netapp-block-standard
1414
requests:
1515
cpu: 50m
@@ -37,7 +37,7 @@ pgBackRest:
3737
incremental: 15,45 * * * * #set this to every 30 min to reduce chance of WAL log issues
3838
volume:
3939
accessModes: "ReadWriteOnce"
40-
storage: 2Gi
40+
storage: 5Gi
4141
storageClassName: netapp-file-backup
4242
repoHost:
4343
requests:

infrastructure/crunchy-postgres/values-prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ instances:
99
name: ha # high availability
1010
replicas: 3
1111
dataVolumeClaimSpec:
12-
storage: 2Gi
12+
storage: 5Gi
1313
storageClassName: netapp-block-standard
1414
requests:
1515
cpu: 250m
@@ -37,7 +37,7 @@ pgBackRest:
3737
incremental: 15,45 * * * * #set this to every 30 min to reduce chance of WAL log issues
3838
volume:
3939
accessModes: "ReadWriteOnce"
40-
storage: 2Gi
40+
storage: 5Gi
4141
storageClassName: netapp-file-backup
4242
repoHost:
4343
requests:

infrastructure/crunchy-postgres/values-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ instances:
99
name: ha # high availability
1010
replicas: 1
1111
dataVolumeClaimSpec:
12-
storage: 2Gi
12+
storage: 5Gi
1313
storageClassName: netapp-block-standard
1414
requests:
1515
cpu: 250m
@@ -37,7 +37,7 @@ pgBackRest:
3737
incremental: 15,45 * * * * #set this to every 30 min to reduce chance of WAL log issues
3838
volume:
3939
accessModes: "ReadWriteOnce"
40-
storage: 2Gi
40+
storage: 5Gi
4141
storageClassName: netapp-file-backup
4242
repoHost:
4343
requests:

infrastructure/crunchy-postgres/values-uat.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ instances:
99
name: ha # high availability
1010
replicas: 2
1111
dataVolumeClaimSpec:
12-
storage: 2Gi
12+
storage: 5.5Gi
1313
storageClassName: netapp-block-standard
1414
requests:
1515
cpu: 250m
@@ -37,7 +37,7 @@ pgBackRest:
3737
incremental: 15,45 * * * * #set this to every 30 min to reduce chance of WAL log issues
3838
volume:
3939
accessModes: "ReadWriteOnce"
40-
storage: 2Gi
40+
storage: 7Gi
4141
storageClassName: netapp-file-backup
4242
repoHost:
4343
requests:

0 commit comments

Comments
 (0)