Increase startup probe timeout (#1216)

This commit is contained in:
Stavros Kois
2023-05-23 20:13:00 +03:00
committed by GitHub
parent 802b19ab09
commit a257309867
3 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -56,6 +56,9 @@ workload:
enabled: true
type: exec
command: /bin/check-health
spec:
initialDelaySeconds: 30
failureThreshold: 120
{{/* Service */}}
service:
npm: