fix(nextcloud): remove specific times for nextcloud startup probes

Also has the effect of increasing startup times for backups.
This commit is contained in:
kjeld Schouten-Lebbing
2021-11-21 13:24:47 +01:00
parent 5a19b8824b
commit 56c0dcb011
2 changed files with 1 additions and 13 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
type: application
version: 10.0.3
version: 10.0.4
annotations:
truecharts.org/catagories: |
- cloud
-12
View File
@@ -80,10 +80,6 @@ probes:
httpHeaders:
- name: Host
value: "test.fakedomain.dns"
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 2
failureThreshold: 5
# -- Redainess probe configuration
# @default -- See below
@@ -98,10 +94,6 @@ probes:
httpHeaders:
- name: Host
value: "test.fakedomain.dns"
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 2
failureThreshold: 5
# -- Startup probe configuration
# @default -- See below
@@ -116,10 +108,6 @@ probes:
httpHeaders:
- name: Host
value: "test.fakedomain.dns"
initialDelaySeconds: 10
periodSeconds: 10
timeoutSeconds: 2
failureThreshold: 5
## Cronjob to execute Nextcloud background tasks
## ref: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/background_jobs_configuration.html#webcron