diff options
-rwxr-xr-x | values.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/values.yaml b/values.yaml index fb92057..7fb9885 100755 --- a/values.yaml +++ b/values.yaml @@ -112,14 +112,14 @@ resources: # probe configuration parameters liveness: - initialDelaySeconds: 10 + initialDelaySeconds: 180 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true readiness: - initialDelaySeconds: 10 + initialDelaySeconds: 180 periodSeconds: 10 service: |