-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalues-v3-agent2.yaml
More file actions
31 lines (31 loc) · 956 Bytes
/
values-v3-agent2.yaml
File metadata and controls
31 lines (31 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
global:
## clusterId is used to identify the cluster in the FinOps Agent
## when using the same cluster names in different regions, we suggest appending the region to the clusterId
clusterId: globally-unique-cluster-id
federatedStorage:
# A federated storage config can be provided via an existingSecret or via a string in helm values.
# If both are provided, the string in helm values take precedence.
existingSecret: ""
config: |-
type: AZURE
config:
storage_account: ""
storage_account_key: ""
container: ""
max_retries: 0
clusterController:
enabled: true # optional, automated rightsizing of containers
networkCosts:
enabled: true # optional, daemonset- improves network cost allocations to the correct pod
aggregator:
enabled: false
frontend:
enabled: false
cloudCost:
enabled: false
forecasting:
enabled: false
finopsagent:
enabled: true
localStore:
enabled: false