Merge R3 into master
[it/dep.git] / ric-aux / 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 extsvcaux:
19   enabled: true
20   ricip: "10.0.0.1"
21   auxip: "10.0.0.1"
22
23 docker-credential:
24   enabled: true
25   credential:
26     oran-release:
27       registry: "nexus3.o-ran-sc.org:10002"
28       credential:
29         user: "docker"
30         password: "docker"
31         email: "@"
32     oran-staging:
33       registry: "nexus3.o-ran-sc.org:10004"
34       credential:
35         user: "docker"
36         password: "docker"
37         email: "@"
38
39 certificate-manager:
40   enabled: true
41       
42
43 kong:
44   enabled: true
45   ingressController:
46     enabled: true
47
48   postgresql:
49     enabled: false
50
51   env:
52     database: "off"
53
54   proxy:
55     http:
56       nodePort: 32080
57     tls:
58       nodePort: 32443
59   # These port numbers MUST matche with what's in
60   # ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl file.
61   # If need to change a proxy port here, do not forget to update the
62   # _ingresscontroller.tpl file with the new port number.
63 postgresql:
64   enabled: false
65
66 env:
67   database: off