J release changes
[ric-plt/ric-dep.git] / helm / infrastructure / subcharts / kong / example-values / minimal-kong-controller.yaml
1 # Basic values.yaml configuration for Kong for Kubernetes (with the ingress controller)
2
3 image:
4   repository: kong
5   tag: "3.5"
6
7 env:
8   prefix: /kong_prefix/
9   database: "off"
10
11 ingressController:
12   enabled: true