Added startup probe to nextcloud
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
88ca71479d
commit
a7667604c7
@ -282,6 +282,16 @@ spec:
|
||||
timeoutSeconds: 5
|
||||
successThreshold: 1
|
||||
failureThreshold: 3
|
||||
# Cover case where upgrade is being performed
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: /status.php
|
||||
port: http
|
||||
httpHeaders:
|
||||
- name: Host
|
||||
value: "nextcloud.cluster.fun"
|
||||
failureThreshold: 30
|
||||
periodSeconds: 10
|
||||
resources:
|
||||
requests:
|
||||
memory: 450Mi
|
||||
|
Loading…
Reference in New Issue
Block a user