From 0986b06b3fb5c8415ebec55c96177ee301aefef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa=20=28paulfantom=29?= Date: Mon, 12 Dec 2022 14:31:27 +0100 Subject: [PATCH] stack: use affinity field for tsdb config --- stack/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack/values.yaml b/stack/values.yaml index e171fc7..7342aa0 100644 --- a/stack/values.yaml +++ b/stack/values.yaml @@ -20,7 +20,7 @@ timescaledb-single: - key: "database" operator: "Exists" effect: "NoSchedule" - affinityTemplate: | + affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - weight: 100