Skip to content

Commit 018bec1

Browse files
committed
cmd/gerritbot: up RAM limits in k8s config
Change-Id: I0939e245f8dd2573e099491e0e014dc8571b6ebe Reviewed-on: https://go-review.googlesource.com/127676 Reviewed-by: Bryan C. Mills <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
1 parent 6ab2be5 commit 018bec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/gerritbot/deployment-prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ spec:
2323
resources:
2424
requests:
2525
cpu: "1"
26-
memory: "1Gi"
26+
memory: "4Gi"
2727
limits:
28-
memory: "2Gi"
28+
memory: "6Gi"

0 commit comments

Comments
 (0)