X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-infra%2F30-Kong%2Fhelm%2Fkong%2Fvalues.yaml;fp=ric-infra%2F30-Kong%2Fhelm%2Fkong%2Fvalues.yaml;h=2cab0bc5d1928a81b04364961ce457029e2f5229;hb=adbdd09e7300845d14107f67034d817286519a40;hp=0000000000000000000000000000000000000000;hpb=67e464c5c70457e37681d96baa79c36b4b26eb3d;p=it%2Fdep.git diff --git a/ric-infra/30-Kong/helm/kong/values.yaml b/ric-infra/30-Kong/helm/kong/values.yaml new file mode 100644 index 00000000..2cab0bc5 --- /dev/null +++ b/ric-infra/30-Kong/helm/kong/values.yaml @@ -0,0 +1,30 @@ +# 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