80a2d3f3ac9ed26ec5052baf1f904ea59b8ca1fb
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / kong-xapp / values.yaml
1 # Default values for kong_platform.
2 # This is a YAML-formatted file.
3 # Declare variables to be passed into your templates.
4
5 kong:
6   ingressController:
7     enabled: true
8     installCRDs: false
9
10   postgresql:
11     enabled: false
12
13   env:
14     database: "off"
15
16   proxy:
17     http:
18       nodePort: 31080
19     tls:
20       nodePort: 31443
21   # These port numbers MUST matche with what's in
22   # ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl file.
23   # If need to change a proxy port here, do not forget to update the 
24   # _ingresscontroller.tpl file with the new port number.
25