New version of the common template. It unifies the naming convention between platform...
[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
20 global:
21   # modify this section to point to your local testing settings
22   repository: "${__RUNRICENV_DOCKER_HOST__}:${__RUNRICENV_DOCKER_PORT__}"
23   repositoryCred:
24     user: "${__RUNRICENV_DOCKER_USER__}"
25     password: "${__RUNRICENV_DOCKER_PASS__}"
26   image:
27     pullPolicy: IfNotPresent
28
29 ricplt:
30   # This section is reserved for values imported from RIC Platform charts
31
32 ricapp:
33   # This section is for xapp. Templates to be resolved from xApp descriptor
34   replicaCount: 1
35   name: xapp-std
36   fullname: xapp-std
37   nameOverride: ""
38   fullnameOverride: ""
39
40   # The name of the process that indicates the liveness of the component
41   livenessprocessname: xapp-std
42
43   image:
44     name: xapp-std
45     tag: latest
46
47   service:
48     http:
49       port: 8080
50       containerPort: 8080
51     rmr:
52       port: 4560
53       containerPort: 4560
54
55   probes:
56     healthAliveCheckEndpoint: ric/v1/health/alive
57     healthReadyCheckEndpoint: ric/v1/health/ready
58
59   appconfig:
60     path: /opt/ric/config
61     override: ""
62
63   cert:
64     path: /opt/ric/certificates
65     object: {}
66
67   hostname: xapp-std
68
69   resources: {}
70
71   nodeSelector: {}
72
73   tolerations: []
74
75   affinity: {}
76