extend startup probes on few apps (#2218)

* extend startup probes on few apps

* 180
This commit is contained in:
Stavros Kois
2024-02-26 13:48:41 +02:00
committed by GitHub
parent e97456c735
commit 6a5904b596
6 changed files with 10 additions and 4 deletions

View File

@@ -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'

View File

@@ -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 }}

View File

@@ -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'

View File

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

View File

@@ -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'

View File

@@ -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