File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1010 autoscaling.knative.dev/maxScale : " 1"
1111 run.googleapis.com/cpu-throttling : " false"
1212 run.googleapis.com/startup-cpu-boost : " true"
13+ run.googleapis.com/container-dependencies : ' {"scim":["redis"]}'
1314 spec :
1415 containers :
1516 - name : scim
3940 - --maxmemory 256mb
4041 - --maxmemory-policy volatile-lru
4142 - --save ""
43+ startupProbe :
44+ tcpSocket :
45+ port : 6379
46+ initialDelaySeconds : 5
47+ periodSeconds : 10
48+ failureThreshold : 3
49+ timeoutSeconds : 1
4250 resources :
4351 limits :
4452 cpu : 500m
Original file line number Diff line number Diff line change 1010 autoscaling.knative.dev/maxScale : " 1"
1111 run.googleapis.com/cpu-throttling : " false"
1212 run.googleapis.com/startup-cpu-boost : " true"
13+ run.googleapis.com/container-dependencies : ' {"scim":["redis"]}'
1314 spec :
1415 containers :
1516 - name : scim
3031 - --maxmemory 256mb
3132 - --maxmemory-policy volatile-lru
3233 - --save ""
34+ startupProbe :
35+ tcpSocket :
36+ port : 6379
37+ initialDelaySeconds : 5
38+ periodSeconds : 10
39+ failureThreshold : 3
40+ timeoutSeconds : 1
3341 resources :
3442 limits :
3543 cpu : 500m
You can’t perform that action at this time.
0 commit comments