X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=xapp-descriptor%2Fconfig.json;h=65bd1ecf03d9b5af0e46c4660cc1c1c23c931548;hb=8737af011ebb01ee01d82df498174ba710677ca4;hp=d7a307276b60b15804006186441f1a4983738351;hpb=34235e7b9c08c5d9c4f560b4e171e78ba4695532;p=ric-app%2Frc.git diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index d7a3072..65bd1ec 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -11,8 +11,30 @@ } } ], + "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 + }, "messaging": { "ports": [ + { + "name": "http", + "container": "rchandler", + "port": 8080, + "description": "http service" + }, { "name": "grpc-server", "container": "rc",