44 lines
1019 B
YAML
44 lines
1019 B
YAML
# grafana is disabled by default, but can be enabled by setting the following values.
|
|
# or proxy to an existing grafana: https://docs.kubecost.com/install-and-configure/advanced-configuration/custom-grafana
|
|
global:
|
|
grafana:
|
|
enabled: false
|
|
proxy: false
|
|
# grafana:
|
|
# image:
|
|
# repository: YOUR_REGISTRY/grafana
|
|
# sidecar:
|
|
# image:
|
|
# repository: YOUR_REGISTRY/k8s-sidecar
|
|
|
|
kubecostFrontend:
|
|
image: public.ecr.aws/kubecost/frontend
|
|
|
|
kubecostModel:
|
|
image: public.ecr.aws/kubecost/cost-model
|
|
|
|
forecasting:
|
|
fullImageName: public.ecr.aws/kubecost/kubecost-modeling:v0.1.12
|
|
|
|
networkCosts:
|
|
image:
|
|
repository: public.ecr.aws/kubecost/kubecost-network-costs
|
|
|
|
clusterController:
|
|
image:
|
|
repository: public.ecr.aws/kubecost/cluster-controller
|
|
|
|
prometheus:
|
|
server:
|
|
image:
|
|
repository: public.ecr.aws/kubecost/prometheus
|
|
|
|
configmapReload:
|
|
prometheus:
|
|
image:
|
|
repository: public.ecr.aws/kubecost/prometheus-config-reloader
|
|
|
|
reporting:
|
|
productAnalytics: false
|
|
|