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
|
timeoutSeconds: 5
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
failureThreshold: 3
|
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:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 450Mi
|
memory: 450Mi
|
||||||
|
Loading…
Reference in New Issue
Block a user