Skip to content
Merged
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
10 changes: 6 additions & 4 deletions charts/base-cluster/templates/monitoring/alloy-collector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ spec:
}
{{- end }}
extraPorts:
- name: metrics
port: 8888
protocol: TCP
targetPort: 8888
{{- if .Values.monitoring.tracing.enabled }}
- name: jaeger-compact
port: 6831
protocol: UDP
Expand All @@ -277,10 +282,6 @@ spec:
port: 14268
protocol: TCP
targetPort: 14268
- name: metrics
port: 8888
protocol: TCP
targetPort: 8888
- name: otlp
port: 4317
appProtocol: grpc
Expand All @@ -295,6 +296,7 @@ spec:
appProtocol: http/protobuf
protocol: TCP
targetPort: 9411
{{- end }}
crds:
create: false
controller:
Expand Down
Loading