File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : parseable
33description : Helm chart for Parseable OSS version. Columnar data lake platform - purpose built for observability
44type : application
5- version : 2.8.2
5+ version : 2.8.3
66appVersion : " v2.8.0"
77icon : " https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg"
88
Original file line number Diff line number Diff line change 5656 done
5757 echo "Query service did not become ready in time. Exiting."
5858 exit 1
59- terminationGracePeriodSeconds : 10
59+ terminationGracePeriodSeconds : {{ .Values.parseable.highAvailability.ingestor.terminationGracePeriodSeconds | default 30 }}
6060 serviceAccountName : {{ include "parseable.serviceAccountName" . }}
6161 {{- with .Values.parseable.highAvailability.ingestor.nodeSelector }}
6262 nodeSelector :
Original file line number Diff line number Diff line change 3737 {{- .Values.parseable.podLabels | toYaml | nindent 8 }}
3838 {{- include "parseable.querierLabelsSelector" . | nindent 8 }}
3939 spec :
40- terminationGracePeriodSeconds : 10
40+ terminationGracePeriodSeconds : {{ .Values.parseable.terminationGracePeriodSeconds | default 30 }}
4141 serviceAccountName : {{ include "parseable.serviceAccountName" . }}
4242 {{- with .Values.parseable.toleration }}
4343 tolerations :
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ parseable:
2828 app : parseable
2929 component : ingestor
3030 count : 3
31+ terminationGracePeriodSeconds : 30
3132 env :
3233 RUST_LOG : warn
3334 # # Use this endpoint to send events to ingestors
@@ -50,6 +51,7 @@ parseable:
5051 # # Add environment variables to the Parseable Deployment
5152 env :
5253 RUST_LOG : warn
54+ terminationGracePeriodSeconds : 30
5355 # # Enable to create a log stream and then add retention configuration
5456 # # for that log stream
5557 # logstream:
You can’t perform that action at this time.
0 commit comments