File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,7 @@ import (
3232 name : " socks5-proxy "
3333 containerPort : 1080
3434 }]
35- resources : limits : {
36- (v1 .#ResourceCPU ): " 300m "
37- (v1 .#ResourceMemory ): " 64Mi "
38- }
35+ resources : limits : (v1 .#ResourceMemory ): " 128Mi "
3936 restartPolicy : v1 .#ContainerRestartPolicyAlways
4037 volumeMounts : [{
4138 name : " config "
@@ -69,10 +66,7 @@ import (
6966 name : " REDLIB_DEFAULT_USE_HLS "
7067 value : " on "
7168 }]
72- resources : limits : {
73- (v1 .#ResourceCPU ): " 300m "
74- (v1 .#ResourceMemory ): " 96Mi "
75- }
69+ resources : limits : (v1 .#ResourceMemory ): " 96Mi "
7670
7771 let probe = {
7872 httpGet : {
@@ -99,6 +93,7 @@ import (
9993 fsGroupChangePolicy : v1 .#FSGroupChangeOnRootMismatch
10094 seccompProfile : type : v1 .#SeccompProfileTypeRuntimeDefault
10195 }
96+ resources : limits : (v1 .#ResourceCPU ): " 1 "
10297 }
10398 }
10499 }
You can’t perform that action at this time.
0 commit comments