mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
adding NRIA_EVENT_QUEUE_DEPTH to increase in-memory cache of the agent (#22149)
Signed-off-by: ismael Fernandez <fernandez.molina.ismael@gmail.com> Signed-off-by: ismael Fernandez <fernandez.molina.ismael@gmail.com> Signed-off-by: ismael.fernandez <fernandez.molina.ismael@gmail.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: A Helm chart to deploy the New Relic Infrastructure Agent as a DaemonSet
|
||||
name: newrelic-infrastructure
|
||||
version: 0.13.31
|
||||
version: 0.13.32
|
||||
appVersion: 1.20.0
|
||||
home: https://hub.docker.com/r/newrelic/infrastructure-k8s/
|
||||
source:
|
||||
|
||||
@@ -41,6 +41,7 @@ This chart will deploy the New Relic Infrastructure agent as a Daemonset.
|
||||
| `apiServerEndpointUrl` | Explicitly sets the api server componenturl. | |
|
||||
| `schedulerEndpointUrl` | Explicitly sets the scheduler component url. | |
|
||||
| `controllerManagerEndpointUrl` | Explicitly sets the controller manager component url. | |
|
||||
| `eventQueueDepth` | Iincreases the in-memory cache of the agent to accommodate for more samples at a time.
|
||||
|
||||
## Example
|
||||
|
||||
|
||||
@@ -108,6 +108,10 @@ spec:
|
||||
- name: "CONTROLLER_MANAGER_ENDPOINT_URL"
|
||||
value: {{ .Values.controllerManagerEndpointUrl | quote }}
|
||||
{{- end }}
|
||||
{{- if .Values.eventQueueDepth }}
|
||||
- name: "NRIA_EVENT_QUEUE_DEPTH"
|
||||
value: {{ .Values.eventQueueDepth | quote }}
|
||||
{{- end }}
|
||||
- name: "NRIA_DISPLAY_NAME"
|
||||
valueFrom:
|
||||
fieldRef:
|
||||
|
||||
Reference in New Issue
Block a user