Skip to content

Commit 77f0674

Browse files
authored
chore: bump gitter disk (#5384)
1 parent 800a2dc commit 77f0674

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

deployment/clouddeploy/gke-workers/base/gitter.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ metadata:
6161
spec:
6262
storageClassName: ""
6363
capacity:
64-
storage: 4Ti
64+
storage: 6Ti
6565
accessModes:
6666
- ReadWriteOnce
6767
csi:
@@ -80,7 +80,7 @@ spec:
8080
- ReadWriteOnce
8181
resources:
8282
requests:
83-
storage: 4Ti
83+
storage: 6Ti
8484
---
8585
apiVersion: v1
8686
kind: Service

deployment/terraform/modules/osv/workers_gke.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ resource "google_compute_disk" "gitter_disk" {
217217
name = "gitter-disk"
218218
type = "pd-ssd"
219219
zone = google_container_cluster.workers.location
220-
size = 4096
220+
size = 6144 # 6TiB
221221
}
222222

223223
# SSD for Importer Reconciler

0 commit comments

Comments
 (0)