Skip to content

Commit dde06e6

Browse files
committed
feat(helm): Add startupProbe to querier
Adds configurable `startupProbe` to querier. Signed-off-by: Andreas Lindhé <[email protected]>
1 parent a3e3a82 commit dde06e6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

production/helm/loki/templates/querier/deployment-querier.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ spec:
112112
readinessProbe:
113113
{{- toYaml . | nindent 12 }}
114114
{{- end }}
115+
{{- with .Values.loki.startupProbe }}
116+
startupProbe:
117+
{{- toYaml . | nindent 12 }}
118+
{{- end }}
115119
volumeMounts:
116120
- name: config
117121
mountPath: /etc/loki/config

0 commit comments

Comments
 (0)