Skip to content

Commit

Permalink
Merge pull request #26 from xpadev-net/hotfix/extend-initial-delay
Browse files Browse the repository at this point in the history
hotfix: extend initial delay to 3600s
  • Loading branch information
xpadev-net authored Feb 8, 2024
2 parents 374f6e3 + f109c7e commit 7111efe
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 7111efe

Please sign in to comment.