submgr initial RMR_SEED_RT and use directly binary in container command
[ric-plt/ric-dep.git] / helm / submgr / templates / configmap.yaml
1 #==================================================================================
2 #   Copyright (c) 2019 AT&T Intellectual Property.
3 #
4 #   Licensed under the Apache License, Version 2.0 (the "License");
5 #   you may not use this file except in compliance with the License.
6 #   You may obtain a copy of the License at
7 #
8 #       http://www.apache.org/licenses/LICENSE-2.0
9 #
10 #   Unless required by applicable law or agreed to in writing, software
11 #   distributed under the License is distributed on an "AS IS" BASIS,
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 #   See the License for the specific language governing permissions and
14 #   limitations under the License.
15 #==================================================================================
16 apiVersion: v1
17 kind: ConfigMap
18 metadata:
19   name: submgrcfg
20   namespace: ricplt
21 data:
22   # FQDN and port info of rtmgr
23   submgrcfg: |
24     "local":
25       "host": ":8080"
26     "logger":
27       "level": 3
28     "rmr":
29       "protPort" : "tcp:4560"
30       "maxSize": 8192
31       "numWorkers": 1
32     "rtmgr":
33       "hostAddr": {{ include "common.servicename.rtmgr.http" . | quote }}
34       "port"    : {{ include "common.serviceport.rtmgr.http" . }}
35       "baseUrl" : "/ric/v1"
36   submgrutartg: |
37       newrt|start
38       newrt|end