Disable Cloudify Manager liveness probe 73/71573/1
authorJack Lucas <jflucas@research.att.com>
Wed, 31 Oct 2018 17:47:16 +0000 (13:47 -0400)
committerJack Lucas <jflucas@research.att.com>
Wed, 31 Oct 2018 17:47:54 +0000 (13:47 -0400)
Issue-ID: DCAEGEN2-928
Change-Id: I037a48b90db7ee60aba172c538797268b1c28b46
Signed-off-by: Jack Lucas <jflucas@research.att.com>
kubernetes/dcaegen2/charts/dcae-cloudify-manager/values.yaml

index 50c5653..08e01d6 100644 (file)
@@ -52,7 +52,8 @@ liveness:
   periodSeconds: 10
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container
-  enabled: true
+  # liveness not desirable for Cloudify Manager container
+  enabled: false
 
 readiness:
   initialDelaySeconds: 10