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
14 port: 10000 # This is hardcoded in a1, probably dangerous to change
17 # This is the service for rmr between A1 and the xapps
20 port: 4562 # This is hardcoded in a1, probably dangerous to change
23 # This is the service for the "hidden" port 4561 that rmr listens on for route manager
25 name: a1rmrrtemgrservice
26 port: 4561 # This is hardcoded in rmr, probably dangerous to change
29 # these are ENV variables that A1 takes; see docs