E2T: implement K8S health check
[ric-plt/ric-dep.git] / helm / e2term / values.yaml
index 28be9bc..8d6674f 100644 (file)
@@ -56,3 +56,16 @@ e2term:
     #    name: ""
     #    tag: ""
     #    registry: ""
+
+health:
+    liveness:
+      command: "/opt/e2/rmr_probe -h 0.0.0.0"
+      initialDelaySeconds: 10
+      periodSeconds: 10
+      enabled: true
+
+    readiness:
+      command: "/opt/e2/rmr_probe -h 0.0.0.0"
+      initialDelaySeconds: 15
+      periodSeconds: 10
+      enabled: true