File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ spec:
2828 # class from performance, which has implicit pod-slots 1
2929 cloud.google.com/pod-slots : 0
3030 cpu : " 600m"
31- memory : " 1Gi "
31+ memory : " 2.3Gi "
3232 limits :
3333 # explicit pod-slots 0 is required in order to downgrade node
3434 # class from performance, which has implicit pod-slots 1
3535 cloud.google.com/pod-slots : 0
3636 cpu : " 1000m"
37- memory : " 2Gi "
37+ memory : " 4Gi "
3838 args : [ENVIRONMENT]
3939 env :
4040 - name : POD_ID
@@ -62,13 +62,13 @@ spec:
6262 # class from performance, which has implicit pod-slots 1
6363 cloud.google.com/pod-slots : 0
6464 cpu : " 600m"
65- memory : " 512Mi "
65+ memory : " 700Mi "
6666 limits :
6767 # explicit pod-slots 0 is required in order to downgrade node
6868 # class from performance, which has implicit pod-slots 1
6969 cloud.google.com/pod-slots : 0
7070 cpu : " 1000m"
71- memory : " 1Gi "
71+ memory : " 2Gi "
7272 args : [--env, PROXY_ENV, --log, --local]
7373 env :
7474 - name : POD_ID
You can’t perform that action at this time.
0 commit comments