| # Default values for kong_platform. |
| # This is a YAML-formatted file. |
| # Declare variables to be passed into your templates. |
| |
| kong: |
| ingressController: |
| enabled: true |
| |
| postgresql: |
| enabled: false |
| |
| env: |
| database: "off" |
| |
| proxy: |
| http: |
| nodePort: 32080 |
| tls: |
| nodePort: 32443 |
| # These port numbers MUST matche with what's in |
| # ric-common/Common-Template/helm/ric-common/templates/_ingresscontroller.tpl file. |
| # If need to change a proxy port here, do not forget to update the |
| # _ingresscontroller.tpl file with the new port number. |
| |
| |
| postgresql: |
| enabled: false |
| |
| env: |
| database: off |