Add options to configure livenessprobe using values.yaml file. Fix some minor problems.
[it/dep.git] / ric-xapps / 90-xApps / helm / xapp-std / values.yaml
index bf9be32..50eab3c 100644 (file)
@@ -53,9 +53,20 @@ ricxapp:
       data:
         port: 4560
 
-  probes:
-    healthAliveCheckEndpoint: ric/v1/health/alive
-    healthReadyCheckEndpoint: ric/v1/health/ready
+  livenessProbe: |-
+    httpGet:
+      path: ric/v1/health/alive
+      port: 8080
+    initialDelaySeconds: 5
+    periodSeconds: 15
+
+  readinessProbe: |-
+    httpGet:
+      path: ric/v1/health/ready
+      port: 8080
+    initialDelaySeconds: 5
+    periodSeconds: 15
+
 
   appconfig:
     path: /opt/ric/config