chore(alloy): Enable clustering in Helm values
This commit is contained in:
parent
2413c1e988
commit
10b1c1efd0
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue