Skip to content

Commit

Permalink
Add tcp ports to headless service
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Mar 3, 2024
1 parent d9f80c1 commit 88e5427
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/quickwit/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: quickwit
description: Sub-second search & analytics engine on cloud storage.
type: application
version: 0.5.5
version: 0.5.6
appVersion: "v0.7.1"
keywords:
- quickwit
Expand Down
11 changes: 11 additions & 0 deletions charts/quickwit/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ spec:
- port: 7282
protocol: UDP
name: discovery
# Needed by istio with mTLS mode set to STRICT.
# The port names must starts with "tcp-" to work...
# See https://istio.io/latest/docs/ops/common-problems/network-issues/#503-error-while-accessing-headless-services
- 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 88e5427

Please sign in to comment.