A Helm chart a prometheus exporter for a single New Relic application
Homepage: https://github.com/previousnext/newrelic-exporter
A simple install with default values, latest chart version and generated name:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-app-exporter
To install a specific version of this chart:
helm install --generate-name oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-app-exporter --version 1.0.0
To install the chart with the release name my-release
:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-app-exporter
To install with some set values:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-app-exporter --set values_key1=value1 --set values_key2=value2
To install with custom values file:
helm install my-release oci://ghcr.io/deliveryhero/helm-charts/prometheus-new-relic-app-exporter -f values.yaml
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "maxrocketinternet/new-relic-app-exporter" |
|
image.tag | string | "0.1" |
|
imagePullSecrets | list | [] |
|
nameOverride | string | "" |
|
new_relic_api_key | string | "<change-me>" |
the New Relic API key |
new_relic_application | string | "my-app" |
the name of the name in New Relic |
nodeSelector | object | {} |
|
podAnnotations."prometheus.io/path" | string | "/metrics" |
|
podAnnotations."prometheus.io/port" | string | "9000" |
|
podAnnotations."prometheus.io_scrape" | string | "true" |
|
podLivenessProbe.failureThreshold | int | 2 |
|
podLivenessProbe.initialDelaySeconds | int | 5 |
|
podLivenessProbe.periodSeconds | int | 30 |
|
podLivenessProbe.tcpSocket.port | int | 9000 |
|
podLivenessProbe.timeoutSeconds | int | 5 |
|
podReadinessProbe.failureThreshold | int | 2 |
|
podReadinessProbe.initialDelaySeconds | int | 5 |
|
podReadinessProbe.periodSeconds | int | 30 |
|
podReadinessProbe.tcpSocket.port | int | 9000 |
|
podReadinessProbe.timeoutSeconds | int | 5 |
|
podSecurityContext | object | {} |
|
pod_labels | object | {} |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
securityContext.readOnlyRootFilesystem | bool | true |
|
securityContext.runAsNonRoot | bool | false |
|
service.create | bool | false |
|
tolerations | list | [] |
Name | Url | |
---|---|---|
max-rocket-internet | [email protected] |