f55709b362c77d1e125b42bc81738beeaef452b8
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / kong-aux / 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
9   postgresql:
10     enabled: false
11
12   env:
13     database: "off"
14
15   proxy:
16     http:
17       nodePort: 32080
18     tls:
19       nodePort: 32443