fix(thanos): add pod antiaffinity for receivers to avoid scheduling on the same node #316

Merged
aaron merged 1 commit from tn-improve-resource-scheduling into main 2024-11-27 08:40:26 +01:00

View file

@ -54,6 +54,18 @@ spec:
serviceAccount: thanos
securityContext:
fsGroup: 1001
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values:
- receiver
topologyKey: kubernetes.io/hostname
weight: 1
initContainers:
- name: init-chmod-data
image: docker.io/bitnami/minideb:buster
@ -193,6 +205,18 @@ spec:
serviceAccount: thanos
securityContext:
fsGroup: 1001
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
labelSelector:
matchExpressions:
- key: app.kubernetes.io/name
operator: In
values:
- receiver
topologyKey: kubernetes.io/hostname
weight: 1
initContainers:
- name: init-chmod-data
image: docker.io/bitnami/minideb:buster