Add liveness probe
[ric-plt/vespamgr.git] / ves-agent-chart / templates / deployment.yaml
index 5f9e0ca..fcd54bb 100644 (file)
@@ -51,4 +51,10 @@ spec:
           env:
             - name: VESMGR_APPMGRDOMAIN
               value: appmgr-service
-
+          livenessProbe:
+            httpGet:
+              path: /supervision
+              port: 8080
+            initialDelaySeconds: 30
+            periodSeconds: 60
+            timeoutSeconds: 20