Merge R3 into master
[it/dep.git] / ric-aux / helm / infrastructure / subcharts / kong / ci / test3-values.yaml
1 # CI test for testing dbless deployment without ingress controllers
2 # - disable ingress controller
3 ingressController:
4   enabled: false
5 # - disable DB for kong
6 env:
7   database: "off"
8 postgresql:
9   enabled: false
10 # - supply DBless config for kong
11 dblessConfig:
12   # Or the configuration is passed in full-text below
13   config:
14     _format_version: "1.1"
15     services:
16       - name: test-svc
17         url: http://example.com
18         routes:
19         - name: test
20           paths:
21           - /test
22         plugins:
23         - name: request-termination
24           config:
25             status_code: 200
26             message: "dbless-config"
27 proxy:
28   type: NodePort