Skip to content

Commit 5076135

Browse files
Merge pull request #7128 from GeorgianaElena/alerts
Address some PD alerts
2 parents 931ba4e + 7f97994 commit 5076135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/clusters/cloudbank/support.values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ prometheusIngressAuthSecret:
44
prometheus:
55
server:
66
persistentVolume:
7-
size: 500Gi
7+
size: 520Gi
88
ingress:
99
enabled: true
1010
hosts:

terraform/gcp/projects/leap.tfvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ persistent_disks = {
3131
name_suffix = "staging"
3232
},
3333
"prod" = {
34-
size = 3700 # in GB
34+
size = 3810 # in GB
3535
name_suffix = "prod"
3636
}
3737
}

0 commit comments

Comments
 (0)