Skip to content

Commit

Permalink
fix ports
Browse files Browse the repository at this point in the history
  • Loading branch information
mackjmr committed Aug 1, 2024
1 parent eb1dee9 commit e4341f8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions ci/converged-agent-values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,7 @@ agents:
datadog:
apiKeyExistingSecret: datadog-secrets
otelCollector:
ports:
- containerPort: 4317
hostPort: 4317
name: grpcport
protocol: UDP
- containerPort: 4318
hostPort: 4318
name: httpport
protocol: UDP
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 e4341f8

Please sign in to comment.