Skip to content

Commit

Permalink
Merge pull request #37 from quickwit-oss/fmassot/fix-service-type
Browse files Browse the repository at this point in the history
Headless service is always of type ClusterIP.
  • Loading branch information
fmassot authored Apr 4, 2023
2 parents f56cf0f + 5f327cd commit bb370eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.3.1
version: 0.3.2
appVersion: v0.5.0
keywords:
- quickwit
Expand Down
2 changes: 1 addition & 1 deletion charts/quickwit/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ metadata:
labels:
{{- include "quickwit.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
type: ClusterIP
clusterIP: None
publishNotReadyAddresses: true
ports:
Expand Down

0 comments on commit bb370eb

Please sign in to comment.