Update Kong ingress controller to version 1.4. It fixes the occasional 404 error.
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / ci / test1-values.yaml
1 # This tests the following unrealted aspects of Ingress Controller
2 # - ingressController deploys without a database (default)
3 ingressController:
4   enabled: true
5 # - webhook is enabled and deploys
6   admissionWebhook:
7     enabled: true
8 # - environment variables can be injected into ingress controller container
9   env:
10     kong_admin_header: "foo:bar"
11 # - podSecurityPolicies are enabled
12 podSecurityPolicy:
13   enabled: true
14 # - ingress resources are created with hosts
15 admin:
16   type: NodePort
17   ingress:
18     enabled: true
19     hosts: ["test.com", "test2.com"]
20     annotations: {}
21     path: /
22 proxy:
23   type: NodePort
24   ingress:
25     enabled: true
26     hosts: ["test.com", "test2.com"]
27     annotations: {}
28     path: /