From f109c7e52a0832a83e0c3236c86000119dec1cef Mon Sep 17 00:00:00 2001 From: XPA Date: Thu, 8 Feb 2024 15:44:02 +0900 Subject: [PATCH] chore: add startup probe to mattermost pod --- kubernetes/mattermost/mattermost.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kubernetes/mattermost/mattermost.yml b/kubernetes/mattermost/mattermost.yml index 13fc450..dbd6a7a 100644 --- a/kubernetes/mattermost/mattermost.yml +++ b/kubernetes/mattermost/mattermost.yml @@ -65,6 +65,12 @@ spec: httpGet: path: /api/v4/system/ping port: http + startupProbe: + httpGet: + path: /api/v4/system/ping + port: http + failureThreshold: 360 + periodSeconds: 10 volumeMounts: - name: config mountPath: /mattermost/config/