Skip to content

Commit 2f4273b

Browse files
authored
fix: use correct units for gitter memory (#4813)
we cannot have 250GB^2 of memory
1 parent 15b870d commit 2f4273b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ spec:
3535
resources:
3636
requests:
3737
cpu: "28"
38-
memory: "250GB"
38+
memory: "250G"
3939
limits:
4040
cpu: "28"
41-
memory: "250GB"
41+
memory: "250G"
4242
volumes:
4343
- name: disk-data
4444
persistentVolumeClaim:

0 commit comments

Comments
 (0)