Update doc
[it/dev.git] / ric-xapps / helm / xapp-std / values.yaml
1 ################################################################################
2 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
3 #                                                                              #
4 #   Licensed under the Apache License, Version 2.0 (the "License");            #
5 #   you may not use this file except in compliance with the License.           #
6 #   You may obtain a copy of the License at                                    #
7 #                                                                              #
8 #       http://www.apache.org/licenses/LICENSE-2.0                             #
9 #                                                                              #
10 #   Unless required by applicable law or agreed to in writing, software        #
11 #   distributed under the License is distributed on an "AS IS" BASIS,          #
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
13 #   See the License for the specific language governing permissions and        #
14 #   limitations under the License.                                             #
15 ################################################################################'
16 # This is a YAML-formatted file.
17 # Declare variables to be passed into your templates.
18 ricplt:
19   # This section is reserved for values imported from RIC Platform charts
20   dbaasService: "service-ricplt-dbaas-tcp.ricplt.svc.cluster.local"
21   pltIngressUrl: "ricplt-entry"
22   xappIngressUrl: "ricxapp-entry"
23
24   appmgrRMRService: "service-ricplt-appmgr-rmr.ricplt.svc.cluster.local"
25   e2mgrRMRService: "service-ricplt-e2mgr-rmr.ricplt.svc.cluster.local"
26   e2termRMRService: "service-ricplt-e2term-rmr.ricplt.svc.cluster.local"
27   rtmgrRMRService: "service-ricplt-rtmgr-rmr.ricplt.svc.cluster.local"
28   a1mediatorRMRService: "service-ricplt-a1mediator-rmr.ricplt.svc.cluster.local"
29
30   
31
32 ricxapp:
33   # This section is for xapp. Templates to be resolved from xApp descriptor
34   replicaCount: 1
35   name: xapp-std
36   # Your can specify the chart fullname by using the following option
37   #fullname: xapp-std
38
39   image:
40     pullPolicy: IfNotPresent
41     repository: xapp-std-reg
42     name: xapp-std
43     tag: latest
44
45   service:
46     http:
47       port: 8080
48       containerPort: 8080
49     rmr:
50       route:
51         port: 4561
52       data:
53         port: 4560
54
55   livenessProbe: |-
56     httpGet:
57       path: ric/v1/health/alive
58       port: 8080
59     initialDelaySeconds: 5
60     periodSeconds: 15
61
62   readinessProbe: |-
63     httpGet:
64       path: ric/v1/health/ready
65       port: 8080
66     initialDelaySeconds: 5
67     periodSeconds: 15
68
69
70   appconfig:
71     path: /opt/ric/config
72
73   appenv: