Upgrade to rmr which required two changes
[ric-plt/a1.git] / integration_tests / a1mediator / values.yaml
1 replicaCount: 1
2
3 image:
4   repository: a1
5   tag: latest
6   pullPolicy: Never
7
8 # name of the secret that allows for privagte registry docker pulls.
9 # if the value is "lfhelper", there is a helper function included in this chart, and it uses imageCredentials .
10 # imageCredentials is referenced in secrets.yaml, and uses a helper function to formulate the docker reg username and password into a valid dockerconfig.json.
11 # Note, if the value of lf_docker_reg_secret is changed, these image credentials are ignored and not used.
12 lf_docker_reg_secret: lfhelper
13 imageCredentials:
14   registry: nexus3.o-ran-sc.org:10004/ric-plt-a1
15   username:
16   password:
17
18 # This is the service for A1's external facing HTTP API
19 httpservice:
20   name: a1httpservice
21   port: 10000 # This is hardcoded in a1, probably dangerous to change
22   type: ClusterIP
23
24 # This is the service for rmr between A1 and the xapps
25 rmrservice:
26   name: a1rmrservice
27   port: 4562 # This is hardcoded in a1, probably dangerous to change
28   type: ClusterIP
29
30 # This is the service for the "hidden" port 4561 that rmr listens on for route manager
31 rmrrtemgrservice:
32   name: a1rmrrtemgrservice
33   port: 4561 # This is hardcoded in rmr, probably dangerous to change
34   type: ClusterIP
35
36 # these are ENV variables that A1 takes; see docs
37 rmr_timeout_config:
38   rcv_retry_times: 20