Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions charts/jaeger/templates/jaeger/jaeger-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ spec:
protocol: TCP
- containerPort: 8888
protocol: TCP
- containerPort: 8889
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The existing port 8888 and other ports in this file likely have a name field to identify their purpose (e.g., for use in Service selectors or readability). This new port entry is missing a name field. Consider adding a descriptive name such as span-metrics to be consistent with the other port definitions and to make it clear what this port is used for.

Suggested change
- containerPort: 8889
- containerPort: 8889
name: span-metrics

Copilot uses AI. Check for mistakes.
protocol: TCP
livenessProbe:
failureThreshold: 5
httpGet:
Expand Down
Loading