4d95ef1a61a4fda9267cef03d2cf8ac3e558c902
[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     enabled: true
49     type: ClusterIP
50     name: xapp-std-service
51     port: 8080
52     rmrPort: 4560
53
54   probes:
55     healthAliveCheckEndpoint: ric/v1/health/alive
56     healthReadyCheckEndpoint: ric/v1/health/ready
57
58   appconfig:
59     path: /opt/ric/config
60     override: ""
61
62   cert:
63     path: /opt/ric/certificates
64     object: {}
65
66   hostname: xapp-std
67
68   resources: {}
69
70   nodeSelector: {}
71
72   tolerations: []
73
74   affinity: {}
75