Extend K8S and RIC installation instructions
[it/dep.git] / ric-infra / 30-Kong / helm / kong / values.yaml
1 ################################################################################
2 #   Copyright (c) 2019 AT&T Intellectual Property.                             #
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 # Default values for kong_platform.
18 # This is a YAML-formatted file.
19 # Declare variables to be passed into your templates.
20
21 kong:
22   ingressController:
23     enabled: true
24
25   postgresql:
26     enabled: false
27
28   env:
29     database: "off"
30
31   proxy:
32     http:
33       nodePort: 32080
34     tls:
35       nodePort: 32443
36   # These port numbers MUST matche with what's in
37   # ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl file.
38   # If need to change a proxy port here, do not forget to update the 
39   # _ingresscontroller.tpl file with the new port number.
40
41
42 postgresql:
43   enabled: false
44
45 env:
46   database: off