RIC-769: Committing individual files rather than tar archive
[ric-plt/appmgr.git] / xapp_orchestrater / dev / xapp_onboarder / xapp_onboarder / resources / 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   metricsdbService: "service-metricsdb.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 # Location of the xApp config files injected from the xApp descriptor
32 appconfig:
33     path: /opt/ric/config
34
35 # Location of volume based on HostPath of type Directory
36 storage:
37     mountPath: /home/kpm/storage
38
39 # Number of replica
40 replicaCount: 1
41
42 # Image pulling policy
43 image_pull_policy: IfNotPresent
44
45 # Environment variables that will be injected
46 appenv: {}
47
48 # Liveness probe definition. If empty, liveness probe will be disabled
49 livenessProbe: {}
50
51 # Readiness probe definition. If empty, readiness probe will be disabled
52 readinessProbe: {}
53
54 # Instance name. If empty, chart name will be used
55 name: {}
56
57 # Full instance name. If empty, full name will be constructed from name
58 fullname: {}
59
60 ###############    The following are from the xApp descriptor     ###############