0a2a6292e959974afb375b6ce177a73d4ceaeff2
[it/dep.git] / ric-platform / 50-RIC-Platform / helm / kong-platform / 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: 30080
18     tls:
19       nodePort: 30443