Separating RICPLT from it/dep repo.
[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:
27       registry: "nexus3.o-ran-sc.org:10002"
28       credential:
29         user: "docker"
30         password: "docker"
31         email: "@"
32
33 certificate-manager:
34   enabled: true
35       
36
37 kong:
38   enabled: true
39   ingressController:
40     enabled: true
41
42   postgresql:
43     enabled: false
44
45   env:
46     database: "off"
47
48   proxy:
49     http:
50       nodePort: 32080
51     tls:
52       nodePort: 32443
53   # These port numbers MUST matche with what's in
54   # ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl file.
55   # If need to change a proxy port here, do not forget to update the
56   # _ingresscontroller.tpl file with the new port number.
57 postgresql:
58   enabled: false
59
60 env:
61   database: off