Skip to content

Commit

Permalink
chore: add startup probe to mattermost pod
Browse files Browse the repository at this point in the history
  • Loading branch information
xpadev-net committed Feb 8, 2024
1 parent d532c4f commit f109c7e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/mattermost/mattermost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit f109c7e

Please sign in to comment.