Skip to content

Commit e4341f8

Browse files
committed
fix ports
1 parent eb1dee9 commit e4341f8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

ci/converged-agent-values/values.yaml

+1-9
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,7 @@ agents:
66
datadog:
77
apiKeyExistingSecret: datadog-secrets
88
otelCollector:
9-
ports:
10-
- containerPort: 4317
11-
hostPort: 4317
12-
name: grpcport
13-
protocol: UDP
14-
- containerPort: 4318
15-
hostPort: 4318
16-
name: httpport
17-
protocol: UDP
9+
ports: [{"containerPort":"4317", "hostPort":"4317" ,"name":"otel-grpc"},{"containerPort":"4318", "hostPort":"4318" ,"name":"otel-http"}]
1810
enabled: true
1911
config: |
2012
receivers:

0 commit comments

Comments
 (0)