mirror of https://github.com/linkerd/linkerd2.git
1.3 KiB
1.3 KiB
grafana
A Helm chart for the grafana add-on in Linkerd
Requirements
Repository | Name | Version |
---|---|---|
file://../../partials | partials | 0.1.0 |
Values
Key | Type | Default | Description |
---|---|---|---|
image.name | string | "ghcr.io/linkerd/grafana" |
Docker image name for the grafana instance |
image.tag | string | nil |
Docker image tag for the grafana instance |
proxy.resources | string | nil |
Structure analog to the resources fields above, but overriding the resources of the linkerd proxy injected into the grafana pod. |
resources.cpu.limit | string | nil |
Maximum amount of CPU units that the grafana container can use |
resources.cpu.request | string | nil |
Amount of CPU units that the grafana container requests |
resources.memory.limit | string | nil |
Maximum amount of memory that grafana container can use |
resources.memory.request | string | nil |
Amount of memory that the grafana container requests |
Autogenerated from chart metadata using helm-docs v1.4.0