Removed xapp kong; remove nexus; created xapp services; other changes to allow cross...
[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
deleted file mode 100644 (file)
index 02d9719..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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.
-