X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fhelm%2Fa1mediator%2Ftemplates%2Fconfig.yaml;fp=ric-platform%2F50-RIC-Platform%2Fhelm%2Fa1mediator%2Ftemplates%2Fconfig.yaml;h=afac492bf17c3e39dd1493af533bddbd8e159938;hb=f3d492808ef3408b811d08fb7eaf26eccf83b031;hp=0000000000000000000000000000000000000000;hpb=979b5c13af5d38abc3826d82db651080715c69d4;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/helm/a1mediator/templates/config.yaml b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/config.yaml new file mode 100644 index 00000000..afac492b --- /dev/null +++ b/ric-platform/50-RIC-Platform/helm/a1mediator/templates/config.yaml @@ -0,0 +1,12 @@ +apiVersion: v1 +kind: ConfigMap +metadata: + name: a1conf +data: + local.rt: | + newrt|start + rte|20000|ADM_CONTROL_GOES_HERE:4563 + rte|20001|{{ .Values.rmrservice.name }}:{{ .Values.rmrservice.port }} + newrt|end + rmr_string_int_mapping.txt: {{ tpl (.Files.Get "files/rmr_string_int_mapping.txt") . | quote }} + ricmanifest.json: {{ tpl (.Files.Get "files/ricmanifest.json") . | quote }}