add readiness
This commit is contained in:
@@ -9,7 +9,7 @@ appVersion: "latest"
|
||||
|
||||
description: Helm chart for cv
|
||||
name: cv
|
||||
version: 0.0.8
|
||||
version: 0.0.9
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- cv
|
||||
|
||||
@@ -37,7 +37,8 @@ probes:
|
||||
enabled: true
|
||||
initialDelaySeconds: 2
|
||||
readiness:
|
||||
enabled: false
|
||||
enabled: true
|
||||
initialDelaySeconds: 2
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user