Skip to content

Commit 452f9e0

Browse files
committed
ports
1 parent 9d6b9d1 commit 452f9e0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ci/converged-agent-values/values.yaml

+8-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,14 @@ agents:
33
containers:
44
otelAgent:
55
ports:
6-
- hostPort: 4317
7-
- hostPort: 4318
6+
- containerPort: 4317
7+
hostPort: 4317
8+
name: grpcport
9+
protocol: UDP
10+
- containerPort: 4318
11+
hostPort: 4318
12+
name: httpport
13+
protocol: UDP
814
image:
915
repository: datadog/agent-dev
1016
tag: nightly-ot-beta-main-jmx

0 commit comments

Comments
 (0)