Expand file tree Collapse file tree 7 files changed +1295
-919
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ nodeSelector: {}
63
63
# affinity -- Allows specifying an affinity rule for the Deployment.
64
64
# The default rule prefers to schedule coder pods on different
65
65
# nodes, which is only applicable if coder.replicaCount is greater than 1.
66
- affinity : {}
66
+ affinity :
67
+ {}
67
68
# podAntiAffinity:
68
69
# preferredDuringSchedulingIgnoredDuringExecution:
69
70
# - podAffinityTerm:
@@ -78,12 +79,13 @@ affinity: {}
78
79
79
80
# tolerations -- Tolerations for tainted nodes.
80
81
# See: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
81
- tolerations : {}
82
+ tolerations :
83
+ {}
82
84
# - key: "key"
83
85
# operator: "Equal"
84
86
# value: "value"
85
87
# effect: "NoSchedule"
86
88
87
89
# labels -- The pod labels for coder-logstream-kube. See:
88
90
# https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
89
- labels : {}
91
+ labels : {}
0 commit comments