5ceefb0e6e5c587a2420164391b54f012cd5218f
[ric-plt/a1.git] / integration_tests / a1mediator / values.yaml
1 replicaCount: 1
2
3 image:
4   repository: nexus3.o-ran-sc.org:10004/ric-plt-a1
5   tag: 0.8.2
6   pullPolicy: IfNotPresent
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_interval_ms: 500
39   rcv_retry_times: 20
40
41 # These were generated by the helm template generator and have not been altered.
42 ingress:
43   enabled: false
44   annotations: {}
45     # kubernetes.io/ingress.class: nginx
46     # kubernetes.io/tls-acme: "true"
47   hosts:
48     - host: chart-example.local
49       paths: []
50
51   tls: []
52   #  - secretName: chart-example-tls
53   #    hosts:
54   #      - chart-example.local