X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fe2term%2Fvalues.yaml;h=d8ff8f69f880dc57634ed26b38808f9461e8934a;hb=refs%2Fchanges%2F34%2F1234%2F9;hp=e92ba7862633d30a49cce410a21aba7f963c76d5;hpb=7f1e409379856025977fc8a6ea04ddb215f21a13;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/e2term/values.yaml b/ric-platform/50-RIC-Platform/helm/e2term/values.yaml index e92ba786..d8ff8f69 100644 --- a/ric-platform/50-RIC-Platform/helm/e2term/values.yaml +++ b/ric-platform/50-RIC-Platform/helm/e2term/values.yaml @@ -36,20 +36,34 @@ repositoryCred: docker-reg-cred e2term: image: name: e2 - tag: 1.0.0 - + tag: 1.6.0 + privilegedmode: true + hostnetworkmode: true + replicaCount: 1 - env: print: "1" - RMR_RTG_SVC: "ric-full-rtmgr" - - service: - type: ClusterIP - nano: - port: 38000 - target_port: 38000 - protocol: "TCP" - name: "nano-port" - + 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: true + nsPrefix: ric + imageVersion: 0.0.5155 + imageName: pizpub + publishURL: "https://feeds-drtr.web.att.com/publish/3641" + user: "m14983@ric.att.com" + password: "pizPub01!" + feedId: 3641 + dataRootDir: "/data" + scanDirectory: "outgoing" + processedDirectory: "sent" +