Browse Source

extend startup probes on few apps (#2218)

* extend startup probes on few apps

* 180
Stavros Kois 1 year ago
parent
commit
6a5904b596

+ 1 - 1
library/ix-dev/community/castopod/Chart.yaml

@@ -4,7 +4,7 @@ description: Castopod is an open-source hosting platform made for podcasters who
 annotations:
   title: Castopod
 type: application
-version: 1.2.13
+version: 1.2.14
 apiVersion: v2
 appVersion: 1.10.3
 kubeVersion: '>=1.16.0-0'

+ 3 - 0
library/ix-dev/community/castopod/templates/_castopod.tpl

@@ -48,6 +48,9 @@ workload:
               enabled: true
               type: tcp
               port: 9000
+              spec:
+                initialDelaySeconds: 30
+                failureThreshold: 180
       initContainers:
       {{- include "ix.v1.common.app.redisWait" (dict  "name" "01-redis-wait"
                                                       "secretName" "redis-creds") | nindent 8 }}

+ 1 - 1
library/ix-dev/community/nginx-proxy-manager/Chart.yaml

@@ -3,7 +3,7 @@ description: Expose your services easily and securely
 annotations:
   title: Nginx Proxy Manager
 type: application
-version: 1.0.27
+version: 1.0.28
 apiVersion: v2
 appVersion: 2.11.1
 kubeVersion: '>=1.16.0-0'

+ 1 - 1
library/ix-dev/community/nginx-proxy-manager/templates/_npm.tpl

@@ -58,7 +58,7 @@ workload:
               command: /bin/check-health
               spec:
                 initialDelaySeconds: 30
-                failureThreshold: 120
+                failureThreshold: 180
 {{/* Service */}}
 service:
   npm:

+ 1 - 1
library/ix-dev/community/paperless-ngx/Chart.yaml

@@ -4,7 +4,7 @@ description: Paperless-ngx is a document management system that transforms your
 annotations:
   title: Paperless-ngx
 type: application
-version: 1.2.26
+version: 1.2.27
 apiVersion: v2
 appVersion: 2.5.3
 kubeVersion: '>=1.16.0-0'

+ 3 - 0
library/ix-dev/community/paperless-ngx/templates/_paperless.tpl

@@ -51,6 +51,9 @@ workload:
               type: http
               port: {{ .Values.paperlessNetwork.webPort }}
               path: /
+              spec:
+                initialDelaySeconds: 30
+                failureThreshold: 180
       initContainers:
       {{- include "ix.v1.common.app.permissions" (dict "containerName" "01-permissions"
                                                         "UID" .Values.paperlessID.user