Merge "Revert "basic auth for so-monitoring""
[oom.git] / kubernetes / dmaap / components / message-router / charts / message-router-kafka / values.yaml
index f5a7c7e..873e72e 100644 (file)
@@ -71,6 +71,7 @@ tolerations: {}
 liveness:
   initialDelaySeconds: 60
   periodSeconds: 10
+  timeoutSeconds: 1
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container
   enabled: true
@@ -78,6 +79,7 @@ liveness:
 readiness:
   initialDelaySeconds: 60
   periodSeconds: 10
+  timeoutSeconds: 1
 
 ## Persist data to a persitent volume
 persistence: