Merge R3 into master
[it/dep.git] / ric-aux / helm / infrastructure / subcharts / kong / ci / test3-values.yaml
diff --git a/ric-aux/helm/infrastructure/subcharts/kong/ci/test3-values.yaml b/ric-aux/helm/infrastructure/subcharts/kong/ci/test3-values.yaml
new file mode 100755 (executable)
index 0000000..3b4f58e
--- /dev/null
@@ -0,0 +1,28 @@
+# CI test for testing dbless deployment without ingress controllers
+# - disable ingress controller
+ingressController:
+  enabled: false
+# - disable DB for kong
+env:
+  database: "off"
+postgresql:
+  enabled: false
+# - supply DBless config for kong
+dblessConfig:
+  # Or the configuration is passed in full-text below
+  config:
+    _format_version: "1.1"
+    services:
+      - name: test-svc
+        url: http://example.com
+        routes:
+        - name: test
+          paths:
+          - /test
+        plugins:
+        - name: request-termination
+          config:
+            status_code: 200
+            message: "dbless-config"
+proxy:
+  type: NodePort