X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2mgr%2Fvalues.yaml;h=9597aa6b254a77ef8965bff33f1b942f043718d4;hb=d14e333bf6e5eac5a96dde13c6a52d601c9233f6;hp=c86b3bd6b509f15a30a8ee04a00b1d1798331a58;hpb=54909e62031f5f298fbbe707c8ee1cbc6d2424b7;p=ric-plt%2Fric-dep.git diff --git a/helm/e2mgr/values.yaml b/helm/e2mgr/values.yaml index c86b3bd..9597aa6 100644 --- a/helm/e2mgr/values.yaml +++ b/helm/e2mgr/values.yaml @@ -35,6 +35,17 @@ e2mgr: plmnId: 131014 ricNearRtId: 556670 + liveness: + api: v1/health + initialDelaySeconds: 3 + periodSeconds: 10 + enabled: true + + readiness: + api: v1/health + initialDelaySeconds: 3 + periodSeconds: 10 + enabled: true # Service ports are now defined in # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file.