We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a0659 commit dfef733Copy full SHA for dfef733
jetty/kubernetes/nomulus-frontend.yaml
@@ -26,7 +26,7 @@ spec:
26
resources:
27
requests:
28
cpu: "100m"
29
- memory: "512Mi"
+ memory: "1Gi"
30
args: [ENVIRONMENT]
31
env:
32
- name: POD_ID
jetty/kubernetes/nomulus-pubapi.yaml
@@ -35,7 +35,7 @@ spec:
35
# class from performance, which has implicit pod-slots 1
36
cloud.google.com/pod-slots: 0
37
38
39
limits:
40
# explicit pod-slots 0 is required in order to downgrade node
41
0 commit comments