You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/nr-k8s-otel-collector/README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,6 @@ to export data to this connector which can then be connected to the New Relic ma
128
128
| customSecretLicenseKey | string | `""` | 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` |
129
129
| customSecretName | string | `""` | 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` |
130
130
| daemonset.affinity | object | `{}` | Sets daemonset pod affinities. Overrides `affinity` and `global.affinity` |
131
-
| daemonset.configMap | object | See `values.yaml` | Settings for daemonset configmap |
132
131
| daemonset.configMap.extraConfig | object | `{"connectors":null,"exporters":null,"pipelines":null,"processors":null,"receivers":null}` | Additional OpenTelemetry config for the daemonset. If set, extends the default config by adding more receivers/processors/exporters/connectors/pipelines. |
133
132
| daemonset.configMap.overrideConfig | object | `{}` | OpenTelemetry config for the daemonset. If set, overrides default config and disables configuration parameters for the daemonset. |
134
133
| daemonset.containerSecurityContext | object | `{"privileged":true}` | Sets security context (at container level) for the daemonset. Overrides `containerSecurityContext` and `global.containerSecurityContext` |
@@ -137,11 +136,10 @@ to export data to this connector which can then be connected to the New Relic ma
137
136
| daemonset.nodeSelector | object | `{}` | Sets daemonset pod node selector. Overrides `nodeSelector` and `global.nodeSelector` |
138
137
| daemonset.podAnnotations | object | `{}` | Annotations to be added to the daemonset. |
139
138
| daemonset.podSecurityContext | object | `{}` | Sets security context (at pod level) for the daemonset. Overrides `podSecurityContext` and `global.podSecurityContext` |
140
-
| daemonset.ports | object | `{}` | Container ports to be added to the Daemonset. |
139
+
| daemonset.ports | object | `{"grpc":{"containerPort":4317,"enabled":true,"protocol":"TCP"},"http":{"containerPort":4318,"enabled":true,"protocol":"TCP"},"metrics":{"containerPort":8888,"enabled":true,"protocol":"TCP","servicePort":8888}}` | Ports to be opened in the daemonset |
141
140
| daemonset.resources | object | `{}` | Sets resources for the daemonset. |
142
141
| daemonset.tolerations | list | `[]` | Sets daemonset pod tolerations. Overrides `tolerations` and `global.tolerations` |
143
142
| deployment.affinity | object | `{}` | Sets deployment pod affinities. Overrides `affinity` and `global.affinity` |
144
-
| deployment.configMap | object | See `values.yaml` | Settings for deployment configmap |
145
143
| deployment.configMap.extraConfig | object | `{"connectors":null,"exporters":null,"pipelines":null,"processors":null,"receivers":null}` | Additional OpenTelemetry config for the deployment. If set, extends the default config by adding more receivers/processors/exporters/connectors/pipelines. |
146
144
| deployment.configMap.overrideConfig | object | `{}` | OpenTelemetry config for the deployment. If set, overrides default config and disables configuration parameters for the deployment. |
147
145
| deployment.containerSecurityContext | object | `{}` | Sets security context (at container level) for the deployment. Overrides `containerSecurityContext` and `global.containerSecurityContext` |
@@ -150,7 +148,7 @@ to export data to this connector which can then be connected to the New Relic ma
150
148
| deployment.nodeSelector | object | `{}` | Sets deployment pod node selector. Overrides `nodeSelector` and `global.nodeSelector` |
151
149
| deployment.podAnnotations | object | `{}` | Annotations to be added to the deployment. |
152
150
| deployment.podSecurityContext | object | `{}` | Sets security context (at pod level) for the deployment. Overrides `podSecurityContext` and `global.podSecurityContext` |
153
-
| deployment.ports | object | `{}` | Container ports to be added to the Deployment. |
151
+
| deployment.ports | object | `{"grpc":{"containerPort":4317,"enabled":true,"protocol":"TCP"},"http":{"containerPort":4318,"enabled":true,"protocol":"TCP"},"metrics":{"containerPort":8888,"enabled":true,"protocol":"TCP","servicePort":8888}}` | Ports to be opened in the deployment |
154
152
| deployment.resources | object | `{}` | Sets resources for the deployment. |
155
153
| deployment.tolerations | list | `[]` | Sets deployment pod tolerations. Overrides `tolerations` and `global.tolerations` |
156
154
| dnsConfig | object | `{}` | Sets pod's dnsConfig. Can be configured also with `global.dnsConfig` |
0 commit comments