X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=helm%2Fe2term%2Fvalues.yaml;h=a144270b840432bc1df62c3b18da51e71f44ef79;hb=9726c1cb9acaaf1bf724390e621e65d5281b0af5;hp=c58fe990d0b42675ff48a8875f76b8ae5b5fa0a0;hpb=38dc857062b14145f5b9db89d10eba0ae5b90d11;p=ric-plt%2Fric-dep.git diff --git a/helm/e2term/values.yaml b/helm/e2term/values.yaml index c58fe99..a144270 100644 --- a/helm/e2term/values.yaml +++ b/helm/e2term/values.yaml @@ -20,27 +20,58 @@ ################################################################# e2term: - imagePullPolicy: IfNotPresent - image: - name: ric-plt-e2 - tag: 3.0.1 - registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" + alpha: + imagePullPolicy: IfNotPresent + image: + name: ric-plt-e2 + tag: 3.0.1 + registry: "nexus3.o-ran-sc.org:10002/o-ran-sc" + + privilegedmode: false + hostnetworkmode: false - privilegedmode: false - hostnetworkmode: false + replicaCount: 1 + env: + print: "1" + messagecollectorfile: "/data/outgoing/" + # Service ports are now defined in + # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file. + # If need to change a service port, make the code change necessary, then + # update the _ports.tpl file with the new port number. + + dataVolSize: 100Mi + storageClassName: local-storage + #storageClassName: ric-storage-class + + pizpub: + enabled: false + # publishURL: "" + # user: "" + # password: "" + # feedId: "" + # dataRootDir: "" + # scanDirectory: "" + # processedDirectory: "" + # image: + # name: "" + # tag: "" + # registry: "" + +health: + liveness: + command: "ip=`hostname -i`;export RMR_SRC_ID=$ip;/opt/e2/rmr_probe -h $ip" + initialDelaySeconds: 10 + periodSeconds: 10 + enabled: true - replicaCount: 1 - env: - print: "1" - messagecollectorfile: "/data/outgoing/" - # Service ports are now defined in - # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file. - # If need to change a service port, make the code change necessary, then - # update the _ports.tpl file with the new port number. + readiness: + command: "ip=`hostname -i`;export RMR_SRC_ID=$ip;/opt/e2/rmr_probe -h $ip" + initialDelaySeconds: 120 + periodSeconds: 60 + enabled: true - dataVolSize: 100Mi - storageClassName: local-storage - #storageClassName: ric-storage-class +loglevel: ERR - pizpub: - enabled: false +common_env_variables: + ConfigMapName: "/etc/config/log-level" + ServiceName: "RIC_E2_TERM"