Skip to content

Commit 20e132f

Browse files
author
Sarah Adams
committed
cmd/coordinator: remove memory limits from deployment config
Fixes golang/go#22042 Change-Id: I2615919eb8385b22fd6eccd80ca9bdd4f21204cf Reviewed-on: https://go-review.googlesource.com/75532 Reviewed-by: Kelsey Hightower <kelsey.hightower@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent b96bcee commit 20e132f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

cmd/coordinator/deployment-prod.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ spec:
2424
requests:
2525
cpu: "1"
2626
memory: "2Gi"
27-
limits:
28-
memory: "2Gi"

cmd/coordinator/deployment-staging.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ spec:
2424
requests:
2525
cpu: "1"
2626
memory: "2Gi"
27-
limits:
28-
memory: "2Gi"

0 commit comments

Comments
 (0)