Merge "Add a1 helm chart"
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / a1mediator / templates / config.yaml
1 apiVersion: v1
2 kind: ConfigMap
3 metadata:
4   name: a1conf
5 data:
6   local.rt: |
7     newrt|start
8     rte|20000|ADM_CONTROL_GOES_HERE:4563
9     rte|20001|{{ .Values.rmrservice.name }}:{{ .Values.rmrservice.port }}
10     newrt|end
11   rmr_string_int_mapping.txt: {{ tpl (.Files.Get "files/rmr_string_int_mapping.txt") . | quote }}
12   ricmanifest.json: {{ tpl (.Files.Get "files/ricmanifest.json") . | quote }}