Merge "Update a1 container."
[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: 30180
18     tls:
19       nodePort: 30543
20   # These port numbers MUST matche with what's in
21   # ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl file.
22   # If need to change a proxy port here, do not forget to update the 
23   # _ingresscontroller.tpl file with the new port number.