X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-xapps%2F90-xApps%2Fhelm%2Fxapp-std%2Fvalues.yaml;h=50eab3c2ee384599e9c549d17fa4295b1d0ce1f2;hb=d5e248f83a0e4e4b18fcf17fc1b8fd76befa861b;hp=bf9be32ce2ec677d073a89d287dec95dd2c4d4df;hpb=563da71692a22c4ad04089f756fcebb86944e787;p=it%2Fdep.git diff --git a/ric-xapps/90-xApps/helm/xapp-std/values.yaml b/ric-xapps/90-xApps/helm/xapp-std/values.yaml index bf9be32c..50eab3c2 100644 --- a/ric-xapps/90-xApps/helm/xapp-std/values.yaml +++ b/ric-xapps/90-xApps/helm/xapp-std/values.yaml @@ -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