1# -- Override the name of the chart
3# -- Override the full name of the release
5# -- Name of the Kubernetes cluster monitored. Mandatory. Can be configured also with `global.cluster`
7# -- This set this license key to use. Can be configured also with `global.licenseKey`
9# -- In case you don't want to have the license key in you values, this allows you to point to a user created secret to get the key from there. Can be configured also with `global.customSecretName`
11# -- In case you don't want to have the license key in you values, this allows you to point to which secret key is the license key located. Can be configured also with `global.customSecretLicenseKey`
12customSecretLicenseKey: ""
13# -- Images used by the chart for the integration and agents
14# @default -- See `values.yaml`
16 # -- Image for the New Relic Kubernetes integration
17 # @default -- See `values.yaml`
19 registry: chainreg.biz
20 repository: chainguard-private/newrelic-kube-events
21 tag: latest@sha256:b95c5a3f4109313639c53a9eeec7dd9a64e811729c894cb3145e7c4376860755
22 pullPolicy: IfNotPresent
23 # -- Image for the New Relic Infrastructure Agent sidecar
24 # @default -- See `values.yaml`
26 registry: chainreg.biz
27 repository: chainguard-private/newrelic-k8s-events-forwarder
28 tag: latest@sha256:a7d05a2b84925c2d6ff2b43a701a81bf8978936f4559cc96cf42d765ca7cff61
29 pullPolicy: IfNotPresent
30 # -- The secrets that are needed to pull images from a custom registry.
33# -- Resources for the integration container.
34# @default -- `{}` (no limits set)
43# -- Resources for the forwarder sidecar container.
44# @default -- `{}` (no limits set)
54 # -- Specifies whether RBAC resources should be created
56# -- Settings controlling ServiceAccount creation
57# @default -- See `values.yaml`
59 # serviceAccount.create -- (bool) Specifies whether a ServiceAccount should be created
62 # If not set and create is true, a name is generated using the fullname template
64 # Specify any annotations to add to the ServiceAccount
66# -- Annotations to add to the pod.
69 # deployment.annotations -- Annotations to add to the Deployment.
71# -- Additional labels for chart pods
73# -- Additional labels for chart objects
75# -- Amount of time to wait until timeout to send metrics to the metric forwarder
76agentHTTPTimeout: "30s"
77# -- Configure where will the metrics be written. Mostly for debugging purposes.
78# @default -- See `values.yaml`
80 # -- Enable the stdout sink to also see all events in the logs.
82 # -- The newRelicInfra sink sends all events to New Relic.
84# -- Configure the various kinds of scrapers that should be run.
85# @default -- See `values.yaml`
92# -- Sets pod's priorityClassName. Can be configured also with `global.priorityClassName`
94# -- (bool) Sets pod's hostNetwork. Can be configured also with `global.hostNetwork`
95# When enabled, the deployment strategy is automatically set to Recreate to avoid port conflicts during upgrades.
98# -- Sets pod's dnsConfig. Can be configured also with `global.dnsConfig`
100# -- Sets security context (at pod level). Can be configured also with `global.podSecurityContext`
101podSecurityContext: {}
102# -- Sets security context (at container level). Can be configured also with `global.containerSecurityContext`
103containerSecurityContext: {}
104# -- Sets pod/node affinities. Can be configured also with `global.affinity`
106# -- Sets pod's node selector. Can be configured also with `global.nodeSelector`
108# -- Sets pod's tolerations to node taints. Can be configured also with `global.tolerations`
110# -- Adds extra attributes to the cluster and all the metrics emitted to the backend. Can be configured also with `global.customAttributes`
112# -- Configures the integration to send all HTTP/HTTPS request through the proxy in that URL. The URL should have a standard format like `https://user:password@hostname:port`. Can be configured also with `global.proxy`
114# -- (bool) Send the metrics to the staging backend. Requires a valid staging license key. Can be configured also with `global.nrStaging`
118 # -- (bool) Enables FedRAMP. Can be configured also with `global.fedramp.enabled`
119 # @default -- `false`
121# -- (bool) Sets the debug logs to this integration or all integrations if it is set globally. Can be configured also with `global.verboseLog`