Near RT RIC Platform new-installer initial release
[ric-plt/ric-dep.git] / new-installer / helm / charts / nearrtric / 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 common:
19   k8sAPIHost: https://kubernetes.default.svc.cluster.local/
20   tillers:
21     ricxapp:
22       name: ricxapp
23       nameSpace: ricxapp
24       deployNameSpace: ricinfra
25       imagePullPolicy: IfNotPresent
26       image:
27         tillerTLSSecrets:
28           registry: nexus3.o-ran-sc.org:10002/o-ran-sc
29           name: it-dep-secret
30           tag:  0.0.2
31         tiller:
32           registry: ghcr.io
33           name: helm/tiller
34           tag: v2.16.12
35       secret:
36         create: true
37         tillerSecretName: ricxapp-tiller-secret
38         helmSecretName: ricxapp-helm-secret
39       tls:
40        authenticate: true
41        verify: true
42       serviceAccount:
43         name: tiller
44         role:
45         - apiGroups: [""]
46           resources: ["pods", "configmaps", "services"]
47           verbs: ["get", "list", "create", "delete"]
48         - apiGroups: ["extensions", "apps"]
49           resources: ["deployments"]
50           verbs: ["get", "list", "create", "delete"]
51
52
53
54
55 appmgr:
56   imagePullPolicy: IfNotPresent
57   image:
58    appmgr:
59      registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
60      name: ric-plt-appmgr
61      tag: 0.5.7
62
63
64
65   # This section describes xAppManager
66   replicaCount: 1
67
68   reponame: "helm-repo"
69   #repoUserName: ""
70   #repoPassword: ""
71   #repoUrl: ""
72
73
74   # Service ports are now defined in
75   # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file.
76   # If need to change a service port, make the code change necessary, then
77   # update the _ports.tpl file with the new port number.
78
79   # config
80   # Path referred in xapp-manager for retrieving configuration details
81   appconfigpath: /opt/ric/config
82
83
84   # secret
85   # Path referred in xapp-manager for retrieving helm repo secrets
86   appsecretpath: /opt/ric/secret
87
88
89   # certificates
90   # Path referred in xapp-manager for retrieving helm repo client certificates
91   appcertpath: /opt/ric/certificates
92
93   tillerkey: "ricxapp"