Skip to content

Commit 4f4b88e

Browse files
committed
Update doc
1 parent e47930e commit 4f4b88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sourcegraph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ In addition to the documented values, all services also support the following va
195195
| openTelemetry.agent.containerSecurityContext.allowPrivilegeEscalation | bool | `false` | |
196196
| openTelemetry.agent.containerSecurityContext.runAsGroup | int | `101` | |
197197
| openTelemetry.agent.containerSecurityContext.runAsUser | int | `100` | |
198-
| openTelemetry.agent.hostPorts | object | `{"otlpGrpc":4317,"otlpHttp":4318,"zpages":55679}` | Resource requests & limits for the `otel-agent` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) |
198+
| openTelemetry.agent.hostPorts | object | `{"grpcOtlp":4317,"httpOtlp":4318,"httpZpages":55679}` | Resource requests & limits for the `otel-agent` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/) |
199199
| openTelemetry.agent.name | string | `"otel-agent"` | Name used by resources. Does not affect service names or PVCs. |
200200
| openTelemetry.agent.resources.limits.cpu | string | `"500m"` | |
201201
| openTelemetry.agent.resources.limits.memory | string | `"500Mi"` | |

0 commit comments

Comments
 (0)