diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index 893c7151ecb45..f6538cf5c0ada 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -739,8 +739,8 @@ null bloomBuilder.affinity object Affinity for bloom-builder pods. -
-Hard node anti-affinity
+			
+{}
 
@@ -1107,9 +1107,9 @@ null bloomGateway.affinity object - Affinity for bloom-gateway pods. -
-Hard node anti-affinity
+			Affinity for bloom gateway pods.
+			
+{}
 
@@ -1427,20 +1427,7 @@ null Configuration for the bloom-planner
 {
-  "affinity": {
-    "podAntiAffinity": {
-      "requiredDuringSchedulingIgnoredDuringExecution": [
-        {
-          "labelSelector": {
-            "matchLabels": {
-              "app.kubernetes.io/component": "bloom-planner"
-            }
-          },
-          "topologyKey": "kubernetes.io/hostname"
-        }
-      ]
-    }
-  },
+  "affinity": {},
   "appProtocol": {
     "grpc": ""
   },
@@ -1499,8 +1486,8 @@ null
 			bloomPlanner.affinity
 			object
 			Affinity for bloom-planner pods.
-			
-Hard node anti-affinity
+			
+{}
 
diff --git a/production/helm/loki/values.yaml b/production/helm/loki/values.yaml index baf8c68021e01..bbce895860f44 100644 --- a/production/helm/loki/values.yaml +++ b/production/helm/loki/values.yaml @@ -2352,7 +2352,7 @@ bloomGateway: podAnnotations: {} # -- Affinity for bloom gateway pods. affinity: {} - # -- Labels for bloom gateway service + # -- Labels for bloom-gateway service serviceLabels: {} # -- Annotations for bloom-gateway service serviceAnnotations: {} @@ -2442,9 +2442,9 @@ bloomPlanner: podLabels: {} # -- Annotations for bloom-planner pods podAnnotations: {} - # -- Affinity for bloom compactor pods. + # -- Affinity for bloom-planner pods. affinity: {} - # -- Labels for bloom compactor service + # -- Labels for bloom-planner service serviceLabels: {} # -- Annotations for bloom-planner service serviceAnnotations: {} @@ -2582,14 +2582,7 @@ bloomBuilder: # -- Grace period to allow the bloom-builder to shutdown before it is killed terminationGracePeriodSeconds: 30 # -- Affinity for bloom-builder pods. - # @default -- Hard node anti-affinity - affinity: - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - - labelSelector: - matchLabels: - app.kubernetes.io/component: bloom-builder - topologyKey: kubernetes.io/hostname + affinity: {} # -- Pod Disruption Budget maxUnavailable maxUnavailable: null # -- Node selector for bloom-builder pods