K8S liveness probe not work when webapp crash 57/75457/1
authoramitjai <amitjai@amdocs.com>
Tue, 8 Jan 2019 09:59:42 +0000 (15:29 +0530)
committeramitjai <amitjai@amdocs.com>
Tue, 8 Jan 2019 11:39:47 +0000 (17:09 +0530)
commita4cef27683743fc2b81290cb0cdd817d1178a0d0
tree209c92f127f24e4202a69089cb9cf59e57831d78
parent1905aa21c293584ee082a611de0f7401038937a5
K8S liveness probe not work when webapp crash

tcpSocket probe does not work for the web application
Kubernetes will never detect that, and will never try to re-create the pod.
liveness probe based on the health-check API can be used.

Issue-ID: SDC-1986
Change-Id: I93720e19feb2ff558fa6c4dc3ababdbfa2eda102
Signed-off-by: amitjai <amitjai@amdocs.com>
kubernetes/sdc/charts/sdc-be/templates/deployment.yaml
kubernetes/sdc/charts/sdc-onboarding-be/templates/deployment.yaml