File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1717 labels :
1818 app : " runner"
1919 spec :
20+ affinity :
21+ podAntiAffinity :
22+ requiredDuringSchedulingIgnoredDuringExecution :
23+ - labelSelector :
24+ matchExpressions :
25+ - key : app
26+ operator : In
27+ values : ["runner"]
28+ topologyKey : " kubernetes.io/hostname"
2029 volumes :
2130 - name : users-code-path
2231 hostPath :
4049 initialDelaySeconds : 5
4150 periodSeconds : 5
4251 successThreshold : 1
43- command :
44- - bin/runner
45- - start
52+ command : ["bin/runner","start"]
4653 ports :
4754 - containerPort : 4001
4855 volumeMounts :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ codebattle:
2626 CODEBATTLE_PORT : 4000
2727
2828runner :
29- replicaCount : 1
29+ replicaCount : 2
3030 # Deployment or DaemonSet
3131 type : Deployment
3232 image :
You can’t perform that action at this time.
0 commit comments