RIC-936 Replacing gcr.io with ghcr.io references
[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: 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 extsvcplt:
54   enabled: true
55   ricip: "10.0.0.1"
56   auxip: "10.0.0.1"
57
58
59 docker-credential:
60   enabled: true
61   credential:
62     oran-release:
63       registry: "nexus3.o-ran-sc.org:10002"
64       credential:
65         user: "docker"
66         password: "docker"
67         email: "@"
68     oran-staging:
69       registry: "nexus3.o-ran-sc.org:10004"
70       credential:
71         user: "docker"
72         password: "docker"
73         email: "@"
74
75 certificate-manager:
76   enabled: true
77
78
79 prometheus:
80   enabled: false
81
82
83 danm-network:
84   enabled: true
85
86
87 kong:
88   enabled: true
89   ingressController:
90     enabled: true
91
92   postgresql:
93     enabled: false
94
95   env:
96     database: "off"
97
98   proxy:
99     http:
100       nodePort: 32080
101     tls:
102       nodePort: 32443
103   # These port numbers MUST matche with what's in
104   # ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl file.
105   # If need to change a proxy port here, do not forget to update the
106   # _ingresscontroller.tpl file with the new port number.
107 postgresql:
108   enabled: false
109
110 env:
111   database: off