tbutkiewicz / opencost-helm-chart

OpenCost Helm chart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opencost

Opencost and Opencost UI

Version: 1.0.0 AppVersion: 1.9.8

Maintainers

Name Email Url
mattray https://mattray.dev

Installing the Chart

To install the chart with the release name my-release:

$ helm repo add <put repo information>
$ helm install opencost <repoinfo>/opencost

Values

Key Type Default Description
annotations object {}
opencost.exporter.defaultClusterId string "default-cluster"
opencost.exporter.extraEnv object {}
opencost.exporter.image.registry string "quay.io"
opencost.exporter.image.repository string "kubecost1/kubecost-cost-model"
opencost.exporter.image.tag string "latest"
opencost.exporter.resources.limits.cpu string "999m"
opencost.exporter.resources.limits.memory string "1G"
opencost.exporter.resources.requests.cpu string "10m"
opencost.exporter.resources.requests.memory string "55M"
opencost.metrics.serviceMonitor.additionalLabels object {}
opencost.metrics.serviceMonitor.enabled bool false
opencost.metrics.serviceMonitor.metricRelabelings list []
opencost.metrics.serviceMonitor.namespace string ""
opencost.metrics.serviceMonitor.namespaceSelector object {}
opencost.metrics.serviceMonitor.relabelings list []
opencost.metrics.serviceMonitor.scrapeInterval string "30s"
opencost.metrics.serviceMonitor.targetLabels list []
opencost.prometheus.external.enabled bool false
opencost.prometheus.external.url string "https://mimir-dev-push.infra.alto.com/prometheus"
opencost.prometheus.internal.enabled bool true
opencost.prometheus.internal.namespaceName string "opencost"
opencost.prometheus.internal.port int 9090
opencost.prometheus.internal.serviceName string "my-prometheus"
opencost.tolerations list []
opencost.ui.enabled bool true
opencost.ui.image.registry string "quay.io"
opencost.ui.image.repository string "kubecost1/opencost-ui"
opencost.ui.image.tag string "latest"
opencost.ui.resources.limits.cpu string "999m"
opencost.ui.resources.limits.memory string "1G"
opencost.ui.resources.requests.cpu string "10m"
opencost.ui.resources.requests.memory string "55M"
service.annotations object {}
service.labels object {}
service.type string "ClusterIP"
serviceAccount.annotations object {}
serviceAccount.automountServiceAccountToken bool true
serviceAccount.create bool true

Docs Generated by helm-docs

helm-docs -t .github/configs/README.md.gotmpl

OpenCost Links

About

OpenCost Helm chart

License:Apache License 2.0


Languages

Language:Mustache 100.0%