X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fkong%2Fvalues.yaml;fp=ric-aux%2F80-Auxiliary-Functions%2Fhelm%2Fkong%2Fvalues.yaml;h=25469ebb7978db19a8eccca6c0c9ccaa13fc4cf6;hb=cf28a83dfa8e7803391c76347f24081bbf91b63b;hp=0000000000000000000000000000000000000000;hpb=082b83ab9f89e0f5fea051eeef0676cdb30e6cb1;p=it%2Fdep.git diff --git a/ric-aux/80-Auxiliary-Functions/helm/kong/values.yaml b/ric-aux/80-Auxiliary-Functions/helm/kong/values.yaml new file mode 100644 index 00000000..25469ebb --- /dev/null +++ b/ric-aux/80-Auxiliary-Functions/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: 31080 + tls: + nodePort: 31443 + # 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