From 10b1c1efd0f94f664b668c5416c6d43a3f22a4a2 Mon Sep 17 00:00:00 2001 From: pgijsbertsen <117165507+pgijsbertsen@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:46:15 +0100 Subject: [PATCH] chore(alloy): Enable clustering in Helm values --- kustomize-bases/alloy/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kustomize-bases/alloy/values.yaml b/kustomize-bases/alloy/values.yaml index a43d119..3b09072 100644 --- a/kustomize-bases/alloy/values.yaml +++ b/kustomize-bases/alloy/values.yaml @@ -15,6 +15,9 @@ alloy: # -- Key in ConfigMap to get config from. key: config.alloy + clustering: + enabled: true + # -- Minimum stability level of components and behavior to enable. Must be # one of "experimental", "public-preview", or "generally-available". stabilityLevel: "generally-available" @@ -149,4 +152,3 @@ service: # -- Value for internal traffic policy. 'Cluster' or 'Local' internalTrafficPolicy: Cluster annotations: {} - # cloud.google.com/load-balancer-type: Internal