-
-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update Parseable helm chart for distributed mode
- Loading branch information
Showing
10 changed files
with
94 additions
and
769 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ apiVersion: v2 | |
name: parseable | ||
description: Helm chart for Parseable Server | ||
type: application | ||
version: 0.9.0 | ||
appVersion: "v0.9.0" | ||
version: 1.0.0 | ||
appVersion: "v1.0.0" | ||
maintainers: | ||
- name: Parseable Team | ||
email: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{{- if eq .Values.parseable.highAvailability.enabled true }} | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: {{ include "parseable.fullname" . }}-ingestor-service | ||
namespace: {{ .Release.Namespace }} | ||
spec: | ||
type: {{ $.Values.parseable.service.type }} | ||
ports: | ||
- port: {{ $.Values.parseable.service.port }} | ||
targetPort: 8000 | ||
protocol: TCP | ||
selector: | ||
{{- include "parseable.labelsSelector" . | nindent 4 }} | ||
{{- end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.