X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2term%2Fvalues.yaml;h=a144270b840432bc1df62c3b18da51e71f44ef79;hb=345d7ad688f6ae0eef8fcc3a25e70608432678f2;hp=8c793c49e6aa79a2553fff25b7e122a799890210;hpb=64b94160bc3d063340bb5007cb55ed54f010b4b7;p=ric-plt%2Fric-dep.git diff --git a/helm/e2term/values.yaml b/helm/e2term/values.yaml index 8c793c4..a144270 100644 --- a/helm/e2term/values.yaml +++ b/helm/e2term/values.yaml @@ -59,13 +59,19 @@ e2term: health: liveness: - command: "/opt/e2/rmr_probe -h 0.0.0.0" + command: "ip=`hostname -i`;export RMR_SRC_ID=$ip;/opt/e2/rmr_probe -h $ip" initialDelaySeconds: 10 periodSeconds: 10 enabled: true readiness: - command: "/opt/e2/rmr_probe -h 0.0.0.0" + command: "ip=`hostname -i`;export RMR_SRC_ID=$ip;/opt/e2/rmr_probe -h $ip" initialDelaySeconds: 120 periodSeconds: 60 enabled: true + +loglevel: ERR + +common_env_variables: + ConfigMapName: "/etc/config/log-level" + ServiceName: "RIC_E2_TERM"