1cf2ab61bf50416147a490f6a0c2cb0008dbe669
[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
22