7c9f1f3154f13b61c8f242574ebe22050d4665c1
[ric-plt/a1.git] / 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   port: 10000 # This is hardcoded in a1, probably dangerous to change
21   type: ClusterIP
22
23 # This is the service for rmr between A1 and the xapps
24 rmrservice:
25   name: rmrservice
26   port: 4562 # This is hardcoded in a1, probably dangerous to change
27   type: ClusterIP
28
29 # This is the service for the "hidden" port 4561 that rmr listens on for route manager
30 rmrrtemgrservice:
31   name: rmrrtemgrservice
32   port: 4561 # This is hardcoded in rmr, probably dangerous to change
33   type: ClusterIP
34
35 # these are ENV variables that A1 takes; see docs
36 rmr_timeout_config:
37   rcv_retry_interval_ms: 500
38   rcv_retry_times: 20
39
40 # These were generated by the helm template generator and have not been altered.
41 ingress:
42   enabled: false
43   annotations: {}
44     # kubernetes.io/ingress.class: nginx
45     # kubernetes.io/tls-acme: "true"
46   hosts:
47     - host: chart-example.local
48       paths: []
49
50   tls: []
51   #  - secretName: chart-example-tls
52   #    hosts:
53   #      - chart-example.local