chore(alloy): Enable clustering in Helm values

This commit is contained in:
Peter 2026-01-20 22:46:15 +01:00
parent 2413c1e988
commit 10b1c1efd0
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg

View file

@ -15,6 +15,9 @@ alloy:
# -- Key in ConfigMap to get config from. # -- Key in ConfigMap to get config from.
key: config.alloy key: config.alloy
clustering:
enabled: true
# -- Minimum stability level of components and behavior to enable. Must be # -- Minimum stability level of components and behavior to enable. Must be
# one of "experimental", "public-preview", or "generally-available". # one of "experimental", "public-preview", or "generally-available".
stabilityLevel: "generally-available" stabilityLevel: "generally-available"
@ -149,4 +152,3 @@ service:
# -- Value for internal traffic policy. 'Cluster' or 'Local' # -- Value for internal traffic policy. 'Cluster' or 'Local'
internalTrafficPolicy: Cluster internalTrafficPolicy: Cluster
annotations: {} annotations: {}
# cloud.google.com/load-balancer-type: Internal