add probe timeout to value.yaml
[oom.git] / kubernetes / dmaap / components / message-router / values.yaml
index 7561bc2..06c9669 100644 (file)
@@ -55,6 +55,7 @@ affinity: {}
 liveness:
   initialDelaySeconds: 70
   periodSeconds: 10
+  timeoutSeconds: 1
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container
   enabled: true
@@ -62,6 +63,7 @@ liveness:
 readiness:
   initialDelaySeconds: 70
   periodSeconds: 10
+  timeoutSeconds: 1
 
 service:
   type: NodePort