We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4433781 commit f2101cfCopy full SHA for f2101cf
charts/victoria-metrics-stack/values.yaml.gotmpl
@@ -10,11 +10,12 @@ vmsingle:
10
app.kubernetes.io/name: vmsingle
11
app.kubernetes.io/part-of: {{ .Release.Name }}
12
13
+ # does not work in 1-node clusters
14
+ # https://github.com/kubernetes/kubernetes/issues/105072
15
topologySpreadConstraints:
16
- maxSkew: 1
17
topologyKey: "kubernetes.io/hostname"
18
whenUnsatisfiable: DoNotSchedule
- # hardcoded due to https://github.com/VictoriaMetrics/helm-charts/issues/2219
19
labelSelector:
20
matchLabels:
21
0 commit comments