Skip to content

Commit dfef733

Browse files
authored
Incerase memory request for pubapi and frontend to 1Gi (#2743)
1 parent 04a0659 commit dfef733

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jetty/kubernetes/nomulus-frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
resources:
2727
requests:
2828
cpu: "100m"
29-
memory: "512Mi"
29+
memory: "1Gi"
3030
args: [ENVIRONMENT]
3131
env:
3232
- name: POD_ID

jetty/kubernetes/nomulus-pubapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
# class from performance, which has implicit pod-slots 1
3636
cloud.google.com/pod-slots: 0
3737
cpu: "100m"
38-
memory: "512Mi"
38+
memory: "1Gi"
3939
limits:
4040
# explicit pod-slots 0 is required in order to downgrade node
4141
# class from performance, which has implicit pod-slots 1

0 commit comments

Comments
 (0)