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.1
5+ version : 2.8.2
66appVersion : " v2.8.1"
77icon : " https://raw.githubusercontent.com/parseablehq/.github/main/images/logo.svg"
88
Original file line number Diff line number Diff line change @@ -165,8 +165,12 @@ spec:
165165 nodeSelector :
166166 {{- toYaml . | nindent 8 }}
167167 {{- end }}
168- {{- with .Values.parseable.toleration }}
168+ {{- with .Values.parseable.tolerations }}
169169 tolerations :
170170 {{- toYaml . | nindent 8 }}
171171 {{- end }}
172+ {{- with .Values.parseable.affinity }}
173+ affinity :
174+ {{- toYaml . | nindent 8 }}
175+ {{- end }}
172176{{- end }}
Original file line number Diff line number Diff line change @@ -159,7 +159,8 @@ parseable:
159159 httpGet :
160160 path : /api/v1/readiness
161161 port : 8000
162- toleration : []
162+ tolerations : []
163+ affinity : {}
163164 resources :
164165 limits :
165166 cpu : 500m
@@ -212,11 +213,9 @@ parseable:
212213 fsGroupChangePolicy : " Always"
213214 nameOverride : " "
214215 fullnameOverride : " "
215- affinity : {}
216216 podLabels :
217217 app : parseable
218218 component : query
219- tolerations : []
220219 # # Use this section to create ServiceMonitor object for
221220 # # this Parseable deployment. Read more on ServiceMonitor
222221 # # here: https://prometheus-operator.dev/docs/api-reference/api/#monitoring.coreos.com/v1.ServiceMonitor
You can’t perform that action at this time.
0 commit comments