Adding Kong IC for AUX functions
[it/dep.git] / ric-aux / 80-Auxiliary-Functions / helm / kong-aux / values.yaml
diff --git a/ric-aux/80-Auxiliary-Functions/helm/kong-aux/values.yaml b/ric-aux/80-Auxiliary-Functions/helm/kong-aux/values.yaml
new file mode 100644 (file)
index 0000000..f55709b
--- /dev/null
@@ -0,0 +1,19 @@
+# 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
\ No newline at end of file