X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Frtmgr%2Ftemplates%2Fdeployment.yaml;h=7854a893386e7ac912c41a8028a96282018854f9;hb=cffb2d9d3bf96bc49d0b48ffc2483151ca73115e;hp=4dbb5d3c185d7560adfa0777893da667ff138861;hpb=e84a17179f570bce575f573a1ba79cd9e5e3ce9c;p=ric-plt%2Fric-dep.git diff --git a/helm/rtmgr/templates/deployment.yaml b/helm/rtmgr/templates/deployment.yaml index 4dbb5d3..7854a89 100644 --- a/helm/rtmgr/templates/deployment.yaml +++ b/helm/rtmgr/templates/deployment.yaml @@ -68,6 +68,21 @@ spec: containerPort: {{ include "common.serviceport.rtmgr.rmr.route" . }} - name: "rmrdata" containerPort: {{ include "common.serviceport.rtmgr.rmr.data" . }} + + 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 + volumes: - name: "rtmgrcfg" configMap: