mirror of
https://github.com/truenas/charts.git
synced 2026-06-14 22:25:57 +08:00
extend startup probes on few apps (#2218)
* extend startup probes on few apps * 180
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -58,7 +58,7 @@ workload:
|
||||
command: /bin/check-health
|
||||
spec:
|
||||
initialDelaySeconds: 30
|
||||
failureThreshold: 120
|
||||
failureThreshold: 180
|
||||
{{/* Service */}}
|
||||
service:
|
||||
npm:
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user