|
| 1 | +# grafana-agent |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +Helm chart to deploy [grafana-agent](https://github.com/grafana/agent). |
| 6 | + |
| 7 | +**Homepage:** <https://github.com/slamdev/helm-charts/tree/master/charts/grafana-agent> |
| 8 | + |
| 9 | +## Maintainers |
| 10 | + |
| 11 | +| Name | Email | Url | |
| 12 | +| ---- | ------ | --- | |
| 13 | +| slamdev | <valentin.fedoskin@gmail.com> | | |
| 14 | + |
| 15 | +## Values |
| 16 | + |
| 17 | +| Key | Type | Default | Description | |
| 18 | +|-----|------|---------|-------------| |
| 19 | +| additionalResources | list | `[]` | list of additional resources to create (are processed via `tpl` function) | |
| 20 | +| affinity | object | `{}` | affinity for scheduler pod assignment | |
| 21 | +| args[0] | string | `"--config.file=/grafana-agent.yaml"` | | |
| 22 | +| conf | string | `"server:\n log_level: info"` | grafana-agent config to provision inside of the container | |
| 23 | +| containerPorts | list | `[{"containerPort":12345,"name":"http"},{"containerPort":12346,"name":"grpc"}]` | ports exposed by container | |
| 24 | +| env | list | `[{"name":"HOSTNAME","valueFrom":{"fieldRef":{"fieldPath":"spec.nodeName"}}},{"name":"POD_NAME","valueFrom":{"fieldRef":{"fieldPath":"metadata.name"}}},{"name":"POD_IP","valueFrom":{"fieldRef":{"fieldPath":"status.podIP"}}}]` | additional environment variables for the deployment | |
| 25 | +| fullnameOverride | string | `""` | full name of the chart. | |
| 26 | +| image.pullPolicy | string | `"IfNotPresent"` | image pull policy | |
| 27 | +| image.repository | string | `"grafana/grafana-agent"` | image repository | |
| 28 | +| image.tag | string | `""` | image tag (chart's appVersion value will be used if not set) | |
| 29 | +| imagePullSecrets | list | `[]` | image pull secret for private images | |
| 30 | +| livenessProbe.httpGet.path | string | `"/http-metrics/-/ready"` | path for liveness probe | |
| 31 | +| livenessProbe.httpGet.port | string | `"http"` | port for liveness probe | |
| 32 | +| nameOverride | string | `""` | override name of the chart | |
| 33 | +| nodeSelector | object | `{}` | node for scheduler pod assignment | |
| 34 | +| podAnnotations | object | `{}` | annotations to add to the pod | |
| 35 | +| podSecurityContext | object | `{}` | specifies security settings for a pod | |
| 36 | +| readinessProbe.httpGet.path | string | `"/http-metrics/-/ready"` | path for readiness probe | |
| 37 | +| readinessProbe.httpGet.port | string | `"http"` | port for readiness probe | |
| 38 | +| resources | object | `{}` | custom resource configuration | |
| 39 | +| securityContext | object | `{}` | specifies security settings for a container | |
| 40 | +| service.annotations | object | `{}` | service annotations | |
| 41 | +| service.ports | list | `[{"name":"http","port":12345,"targetPort":"http"},{"name":"grpc","port":12346,"targetPort":"grpc"}]` | service ports | |
| 42 | +| service.type | string | `"ClusterIP"` | service type | |
| 43 | +| serviceAccount.annotations | object | `{}` | annotations to add to the service account | |
| 44 | +| serviceAccount.create | bool | `false` | specifies whether a service account should be created | |
| 45 | +| serviceAccount.name | string | `nil` | the name of the service account to use; if not set and create is true, a name is generated using the fullname template | |
| 46 | +| startupProbe.httpGet.path | string | `"/http-metrics/-/ready"` | path for startup probe | |
| 47 | +| startupProbe.httpGet.port | string | `"http"` | port for startup probe | |
| 48 | +| tolerations | list | `[]` | tolerations for scheduler pod assignment | |
| 49 | +| volumeMounts | list | `[]` | additional volume mounts | |
| 50 | +| volumes | list | `[]` | additional volumes | |
| 51 | +| workload.annotations | object | `{}` | annotations to add to the workload | |
| 52 | +| workload.daemonSetSpec.updateStrategy | object | `{}` | an update strategy to replace existing DaemonSet pods with new pods | |
| 53 | +| workload.deploymentSpec.replicas | int | `1` | number of desired pods | |
| 54 | +| workload.deploymentSpec.strategy | object | `{}` | the deployment strategy to use to replace existing pods with new ones. | |
| 55 | +| workload.kind | string | `"deployment"` | can be deployment, statefulSet or daemonSet | |
| 56 | +| workload.labels | object | `{}` | labels to add to the workload | |
| 57 | +| workload.statefulSetSpec.podManagementPolicy | string | `"OrderedReady"` | controls how pods are created during initial scale up | |
| 58 | +| workload.statefulSetSpec.replicas | int | `1` | number of desired pods | |
| 59 | +| workload.statefulSetSpec.updateStrategy | object | `{}` | indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template | |
| 60 | +| workload.statefulSetSpec.volumeClaimTemplates | object | `{}` | a list of claims that pods are allowed to reference | |
0 commit comments