RIC:1060: Change in PTL
[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 # This is the service for A1's external facing HTTP API
12 httpservice:
13   name: a1httpservice
14   port: 10000 # This is hardcoded in a1, probably dangerous to change
15   type: ClusterIP
16
17 # This is the service for rmr between A1 and the xapps
18 rmrservice:
19   name: a1rmrservice
20   port: 4562 # This is hardcoded in a1, probably dangerous to change
21   type: ClusterIP
22
23 # This is the service for the "hidden" port 4561 that rmr listens on for route manager
24 rmrrtemgrservice:
25   name: a1rmrrtemgrservice
26   port: 4561 # This is hardcoded in rmr, probably dangerous to change
27   type: ClusterIP
28
29 # these are ENV variables that A1 takes; see docs
30 rmr_timeout_config:
31   rcv_retry_times: 20