1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-15 17:51:20 +00:00

fix: reduce startup probe delay (#5296)

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>

Co-authored-by: Prateek Pandey <prateek.pandey@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2022-11-10 14:49:22 +01:00 committed by GitHub
parent d86faa5832
commit 7a15231a1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -240,9 +240,9 @@ startupProbe:
path: /health/liveness
port: 9443
scheme: HTTPS
failureThreshold: 12
initialDelaySeconds: 30
periodSeconds: 10
failureThreshold: 20
initialDelaySeconds: 2
periodSeconds: 6
# -- Liveness probe.
# The block is directly forwarded into the deployment, so you can use whatever livenessProbe configuration you want.

View file

@ -29242,13 +29242,13 @@ spec:
seccompProfile:
type: RuntimeDefault
startupProbe:
failureThreshold: 12
failureThreshold: 20
httpGet:
path: /health/liveness
port: 9443
scheme: HTTPS
initialDelaySeconds: 30
periodSeconds: 10
initialDelaySeconds: 2
periodSeconds: 6
volumeMounts:
- mountPath: /.sigstore
name: sigstore

View file

@ -128,9 +128,9 @@ spec:
path: /health/liveness
port: 9443
scheme: HTTPS
failureThreshold: 12
initialDelaySeconds: 30
periodSeconds: 10
failureThreshold: 20
initialDelaySeconds: 2
periodSeconds: 6
livenessProbe:
httpGet:
path: /health/liveness