This patch introduces a new structure of the it/dep repo.
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / appmgr / 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
18 repository: "nexus3.o-ran-sc.org:10004"
19 imagePullPolicy: IfNotPresent
20 repositoryCred: docker-reg-cred
21
22
23 # Uncomment the following line to override the docker registry
24 #repositoryOverride: ""
25
26
27 # Uncomment the following line to override the docker registry credential
28 #repositoryCredOverride: ""
29
30 # Uncomment the following line to override the image pull policy
31 #imagePullPolicyOverride: ""
32
33
34
35 image:
36   # xAppmanager Docker image name and tag
37   name: xapp-manager
38   tag: latest
39
40 # This section describes xAppManager
41 replicaCount: 1
42
43 containerPort: 8080
44 reponame: "helm-repo"
45
46 service:
47   type: NodePort
48   appmgr:
49     port: 8080
50     name: appmgr-service
51     protocol: "TCP"
52     export: 30020
53
54
55 # config
56 # Path referred in xapp-manager for retrieving configuration details
57 appconfigpath: /opt/ric/config
58
59 # To be provided as env variables
60 appenv:
61   NAME: xappmgr
62   #ENV1: "envvalue1"
63   #ENV2: "envvalue2"
64
65 # secret
66 # Path referred in xapp-manager for retrieving helm repo secrets
67 appsecretpath: /opt/ric/secret
68
69
70 # certificates
71 # Path referred in xapp-manager for retrieving helm repo client certificates
72 appcertpath: /opt/ric/certificates
73
74
75 # Helm Repo for xApp
76 # By default a local helm repo is used. The global setting will override
77 # the default value. You can further override using
78 #helmRepositoryOverride: ""
79 helmRepository: "snapshot.helm.local.ric.org" 
80
81 # Default secret name for Helm Repo credential. .Value.golbal.helmRepositoryCred will
82 # override the default value. You can further override uing
83 #helmRepositoryCredOverride:""
84 helmRepositoryCred: xapp-mgr-creds
85
86 # Default configmap name for Helm Repo cert. .Value.golbal.helmRepositoryCert will
87 # override the default value. You can further override uing
88 #helmRepositoryCertOverride:""
89 helmRepositoryCert: xapp-mgr-cert
90
91 # Helm Tiller for xApp
92 # The global setting will override this default value
93 # You can further override using helmRepositoryTillerOverride: ""
94 helmRepositoryTiller: "tiller-deploy" 
95
96 # Helm Tiller Namespace for xApp
97 # The global setting will override this default value
98 # You can further override using helmRepositoryTillerNamespaceOverride: ""
99 helmRepositoryTillerNamespace: "kube-system" 
100
101
102 # Helm Tiller port for xApp
103 # The global setting will override this default value
104 # You can further override using helmRepositoryTillerPortOverride: ""
105 helmRepositoryTillerPort: "44134" 
106
107
108
109 resources: {}
110 # limits:
111 #   cpu: 100m
112 #   memory: 128Mi
113 # requests:
114 #   cpu: 100m
115 #   memory: 128Mi
116
117 nodeSelector: {}
118
119 tolerations: []
120
121 affinity: {}