Add helm chart, may need rmr edits
[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 httpservice:
19   port: 10000 ## dont change this!!
20   type: ClusterIP
21
22 rmrservice:
23   name: rmrservice
24   port: 4562 ## dont change this!!
25   type: ClusterIP
26
27 rmr_timeout_config:
28   rcv_retry_interval_ms: 500
29   rcv_retry_times: 20
30
31 ingress:
32   enabled: false
33   annotations: {}
34     # kubernetes.io/ingress.class: nginx
35     # kubernetes.io/tls-acme: "true"
36   hosts:
37     - host: chart-example.local
38       paths: []
39
40   tls: []
41   #  - secretName: chart-example-tls
42   #    hosts:
43   #      - chart-example.local