Merge "Add delay to liveness, readiness probes"
[it/dep.git] / ric-infra / 30-Kong / helm / kong / 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
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.
24
25
26 postgresql:
27   enabled: false
28
29 env:
30   database: off