Move Kong to infra deployment
[it/dep.git] / ric-infra / 25-tiller / helm / kong / values.yaml
diff --git a/ric-infra/25-tiller/helm/kong/values.yaml b/ric-infra/25-tiller/helm/kong/values.yaml
new file mode 100644 (file)
index 0000000..2cab0bc
--- /dev/null
@@ -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