From 664e7e906c4b257ea458e555a822ef43115d6780 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:05:15 +0300 Subject: [PATCH] increase nextcloud startup probe (#1377) --- library/ix-dev/charts/nextcloud/Chart.yaml | 2 +- .../ix-dev/charts/nextcloud/templates/deployment.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/library/ix-dev/charts/nextcloud/Chart.yaml b/library/ix-dev/charts/nextcloud/Chart.yaml index 7fe168a1ce..9da8245dd0 100644 --- a/library/ix-dev/charts/nextcloud/Chart.yaml +++ b/library/ix-dev/charts/nextcloud/Chart.yaml @@ -4,7 +4,7 @@ description: A file sharing server that puts the control and security of your ow annotations: title: Nextcloud type: application -version: 1.6.34 +version: 1.6.35 apiVersion: v2 appVersion: 27.0.0 kubeVersion: '>=1.16.0-0' diff --git a/library/ix-dev/charts/nextcloud/templates/deployment.yaml b/library/ix-dev/charts/nextcloud/templates/deployment.yaml index c8ba72ea51..3ed0bedeb5 100644 --- a/library/ix-dev/charts/nextcloud/templates/deployment.yaml +++ b/library/ix-dev/charts/nextcloud/templates/deployment.yaml @@ -62,7 +62,7 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} httpHeaders: - name: Host value: localhost - initialDelaySeconds: 10 + initialDelaySeconds: 30 periodSeconds: 5 timeoutSeconds: 2 failureThreshold: 60 @@ -150,10 +150,10 @@ spec: {{ include "common.deployment.common_spec" . | nindent 2 }} - name: Host value: localhost {{ end }} - initialDelaySeconds: 10 - periodSeconds: 10 - timeoutSeconds: 5 - failureThreshold: 5 + initialDelaySeconds: 60 + periodSeconds: 5 + timeoutSeconds: 2 + failureThreshold: 120 successThreshold: 1 volumeMounts: - name: nextcloud-data