This patch introduces a new structure of the it/dep repo.
[it/dep.git] / 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
20 global:
21   # modify this section to point to your local testing settings
22   repository: "snapshot.docker.ranco-dev-tools.eastus.cloudapp.azure.com:10001"
23   repositoryCred:
24     user: docker
25     password: docker
26   image:
27     pullPolicy: IfNotPresent
28
29 ricplt:
30   # This section is reserved for values imported from RIC Platform charts
31   
32
33 ricapp:
34   # This section is for xapp.  Templates to be resolved from xApp descriptor
35   replicaCount: 1
36   xappname: &anchor-xappname xapp-std
37
38   # the name of the process that indicates the liveness of the component
39   liveness-process-name: xapp-std
40
41   image:
42     name: whoami
43     tag: 0.0.1
44
45   nameOverride: ""
46   fullnameOverride: ""
47
48   service:
49     enabled: false
50
51
52   # to be provided as property file
53   appconfigpath: /opt/etc/xapp
54   appconfig:
55     # to be present as file propfile1 under appconfigpath
56     propfile1: |
57       prop1.v1="propvalue1.1"
58       prop1.v2="propvalue1.2"
59     # to be present as file propfile2 under appconfigpath
60     propfile2: "prop2"
61
62   # to be provided as env variables
63   appenv:
64     NAME: *anchor-xappname
65     ENV1: "envvalue1"
66     ENV2: "envvalue2"
67
68   # secret
69   appsecretpath: /opt/etc/kube
70   appsecret:
71     # to be present as files under path appsecretpath
72     username: myusername
73     password: mypassword
74     
75
76   resources: {}
77   # limits:
78   #   cpu: 100m
79   #   memory: 128Mi
80   # requests:
81   #   cpu: 100m
82   #   memory: 128Mi
83
84   nodeSelector: {}
85
86   tolerations: []
87
88   affinity: {}
89