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