X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2term%2Fvalues.yaml;h=a144270b840432bc1df62c3b18da51e71f44ef79;hb=9726c1cb9acaaf1bf724390e621e65d5281b0af5;hp=8d6674fe6771d36d4b9fcd02711d652e4f0f5aaa;hpb=c11b514523ffa1e20391974b49f102530f9f02b7;p=ric-plt%2Fric-dep.git diff --git a/helm/e2term/values.yaml b/helm/e2term/values.yaml index 8d6674f..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" - initialDelaySeconds: 15 - periodSeconds: 10 + 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"