Skip to content
Snippets Groups Projects
Verified Commit dd2bd0cb authored by Arie Peterson's avatar Arie Peterson
Browse files

Add timeout to NextCloud HelmRelease

parent 0100a674
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,7 @@ nextcloud:
livenessProbe:
initialDelaySeconds: 120
failureThreshold: 20
readinessProbe:
initialDelaySeconds: 120
......
......@@ -20,6 +20,7 @@ metadata:
name: local-flux-data
spec:
storageClassName: ""
# Make sure this claims uses the persistent volume describe above.
volumeName: "local-flux-data"
accessModes:
- ReadOnlyMany
......
......@@ -17,3 +17,4 @@ spec:
- secretKeyRef:
name: oas
key: nextcloud.yaml
timeout: 900
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment