Skip to content

Commit

Permalink
Rename headless service udp port to udp to work with istio...
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Mar 3, 2024
1 parent 88e5427 commit 87274c6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions charts/quickwit/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,18 @@ spec:
clusterIP: None
publishNotReadyAddresses: true
ports:
- port: 7282
protocol: UDP
name: discovery
# Needed by istio with mTLS mode set to STRICT.
# The port names must starts with "tcp-" to work...
# The port names must starts with "tcp-" or "udp-" to work...
# See https://istio.io/latest/docs/ops/common-problems/network-issues/#503-error-while-accessing-headless-services
- name: udp
port: 7282
protocol: UDP
- name: tcp-http
port: 7280
protocol: TCP
targetPort: 7280
- name: tcp-grpc
port: 7281
protocol: TCP
targetPort: 7281
selector:
{{- include "quickwit.selectorLabels" . | nindent 4 }}
---
Expand Down

0 comments on commit 87274c6

Please sign in to comment.