grafana Helm values reference¶
Helm values reference table for the grafana
application.
Key |
Type |
Default |
Description |
---|---|---|---|
cloudsql.enabled |
bool |
|
Enable the Cloud SQL Auth Proxy sidecar, used with Cloud SQL databases on Google Cloud |
cloudsql.image.pullPolicy |
string |
|
Pull policy for Cloud SQL Auth Proxy images |
cloudsql.image.repository |
string |
|
Cloud SQL Auth Proxy image to use |
cloudsql.image.tag |
string |
|
Cloud SQL Auth Proxy tag to use |
cloudsql.instanceConnectionName |
string |
None, must be set if Cloud SQL is used |
Instance connection name for a Cloud SQL PostgreSQL instance |
cloudsql.resources |
object |
See |
Resource limits and requests for the Cloud SQL Proxy container |
cloudsql.serviceAccount |
string |
None, must be set if Cloud SQL Auth Proxy is enabled |
The Google service account that has an IAM binding to the |
global.baseUrl |
string |
Set by Argo CD |
Base URL for the environment |
global.host |
string |
Set by Argo CD |
Host name for ingress |
global.vaultSecretsPath |
string |
Set by Argo CD |
Base path for Vault secrets |
grafana |
object |
See values.yaml |
Config for the Grafana instance |
grafana-operator |
object |
Config for the grafana-operator, which is a dependency of this chart |
|
grafana.authProxy |
object |
|
Whether auth proxy is enabled. We always want to run with this enabled and depend on Gafaelfawr to handle requests. Only once during the configuration of a new instance (when we need to make an auth-proxy user the instance admin) should we ever turn this off. |
grafana.config |
object |
|
Config for the Grafana CRD spec config options. Docs |
grafana.gafaelfawrScopes |
object |
|
Gafaelfawr scopes that can access Grafana See the Gafaelfawr docs |
grafana.ingress |
object |
|
Config for the Gafaelfawr ingress |
grafana.ingress.annotations |
object |
|
Additional annotations to add to the ingress |
grafana.pathPrefix |
string |
|
Path prefix for Grafana. |
grafana.slackAlerts |
object |
|
Whether the contact point for the general Slack contact point is configured. It will notify to the standard RSP alert Slack channel |
grafana.spec |
object |
|
Config for the Grafana CRD spec. Docs |