Add standalone R3 RIC platform helm charts and deployment scripts.
[ric-plt/ric-dep.git] / helm / infrastructure / values.yaml
1 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
2 #   Copyright (c) 2019 Nokia.                                                  #
3 #                                                                              #
4 #   Licensed under the Apache License, Version 2.0 (the "License");            #
5 #   you may not use this file except in compliance with the License.           #
6 #   You may obtain a copy of the License at                                    #
7 #                                                                              #
8 #       http://www.apache.org/licenses/LICENSE-2.0                             #
9 #                                                                              #
10 #   Unless required by applicable law or agreed to in writing, software        #
11 #   distributed under the License is distributed on an "AS IS" BASIS,          #
12 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
13 #   See the License for the specific language governing permissions and        #
14 #   limitations under the License.                                             #
15 ################################################################################
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: gcr.io
33           name: kubernetes-helm/tiller
34           tag: v2.12.3
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 extsvcplt:
54   enabled: true
55   ricip: "10.0.0.1"
56   auxip: "10.0.0.1"
57
58 chartmuseum:
59   enabled: false
60
61 docker-credential:
62   enabled: true
63   credential:
64     oran:
65       registry: "nexus3.o-ran-sc.org:10002"
66       credential:
67         user: "docker"
68         password: "docker"
69         email: "@"
70
71 certificate-manager:
72   enabled: true
73       
74
75 kong:
76   enabled: true
77   ingressController:
78     enabled: true
79
80   postgresql:
81     enabled: false
82
83   env:
84     database: "off"
85
86   proxy:
87     http:
88       nodePort: 32080
89     tls:
90       nodePort: 32443
91   # These port numbers MUST matche with what's in
92   # ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl file.
93   # If need to change a proxy port here, do not forget to update the
94   # _ingresscontroller.tpl file with the new port number.
95 postgresql:
96   enabled: false
97
98 env:
99   database: off