18 lines
477 B
YAML
18 lines
477 B
YAML
kubecostAggregator:
|
|
enabled: true
|
|
cloudCost:
|
|
enabled: true
|
|
aggregatorDbStorage:
|
|
storageRequest: 10Gi
|
|
kubecostModel:
|
|
federatedStorageConfigSecret: federated-store
|
|
kubecostProductConfigs:
|
|
cloudIntegrationSecret: cloud-integration
|
|
clusterName: CLUSTER_NAME
|
|
prometheus:
|
|
server:
|
|
global:
|
|
external_labels:
|
|
# cluster_id should be unique for all clusters and the same value as .kubecostProductConfigs.clusterName
|
|
cluster_id: CLUSTER_NAME
|