Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Aug 1, 2024
1 parent 452f9e0 commit cef78eb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions ci/converged-agent-values/values.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,12 @@
registry: docker.io/datadog
agents:
containers:
otelAgent:
ports:
- containerPort: 4317
hostPort: 4317
name: grpcport
protocol: UDP
- containerPort: 4318
hostPort: 4318
name: httpport
protocol: UDP
image:
repository: datadog/agent-dev
tag: nightly-ot-beta-main-jmx
datadog:
apiKeyExistingSecret: datadog-secrets
otelCollector:
ports: `[{"containerPort":"4317", "hostPort":"4317", "name":"otel-grpc"},{"containerPort":"4318", "hostPort":"4318", "name":"otel-http"}]`
enabled: true
config: |
receivers:
Expand Down

0 comments on commit cef78eb

Please sign in to comment.