Skip to content

Commit 5c6ab68

Browse files
committed
feat(helm): Add startupProbe to table-manager
This change adds a configurable `startupProbe` to table-manager. Signed-off-by: Andreas Lindhé <[email protected]>
1 parent a3e3a82 commit 5c6ab68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

production/helm/loki/templates/table-manager/deployment-table-manager.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ spec:
8585
readinessProbe:
8686
{{- toYaml . | nindent 12 }}
8787
{{- end }}
88+
{{- with .Values.loki.startupProbe }}
89+
startupProbe:
90+
{{- toYaml . | nindent 12 }}
91+
{{- end }}
8892
volumeMounts:
8993
- name: config
9094
mountPath: /etc/loki/config

0 commit comments

Comments
 (0)