0579c01122b233007aa02b0788c310a29b903a50
[portal/ric-dashboard.git] / dashboard / webapp-backend / src / test / resources / sample-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
19
20 # Location of the xApp config files injected from the xApp descriptor
21 appconfig:
22     path: /opt/ric/config
23
24 # Number of replica
25 replicaCount: 1
26
27 # Image pulling policy
28 image_pull_policy: IfNotPresent
29
30 # Environment variables that will be injected
31 appenv: {}
32
33 # Liveness probe definition. If empty, liveness probe will be disabled
34 livenessProbe: {}
35
36 # Readiness probe definition. If empty, readiness probe will be disabled
37 readinessProbe: {}
38
39 # Instance name. If empty, chart name will be used
40 name: {}
41
42 # Full instance name. If empty, full name will be constructed from name
43 fullname: {}
44 ###############    The following are from the xApp descriptor     ###############
45
46
47