Merge "Add a1 helm chart"
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / a1mediator / values.yaml
1 a1mediator:
2   replicaCount: 1
3
4   image:
5     repository: nexus3.o-ran-sc.org:10004
6     name: ric-plt-a1
7     tag: 0.8.2
8     pullPolicy: IfNotPresent
9
10
11 # This is the service for A1's external facing HTTP API
12 httpservice:
13   port: 10000 # This is hardcoded in a1, probably dangerous to change
14   type: ClusterIP
15
16 # This is the service for rmr between A1 and the xapps
17 rmrservice:
18   name: rmrservice
19   port: 4562 # This is hardcoded in a1, probably dangerous to change
20   type: ClusterIP
21
22 # This is the service for the "hidden" port 4561 that rmr listens on for route manager
23 rmrrtemgrservice:
24   name: rmrrtemgrservice
25   port: 4561 # This is hardcoded in rmr, probably dangerous to change
26   type: ClusterIP
27
28 # these are ENV variables that A1 takes; see docs
29 rmr_timeout_config:
30   rcv_retry_interval_ms: 500
31   rcv_retry_times: 20
32