mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
13 lines
212 B
YAML
13 lines
212 B
YAML
# Basic values.yaml configuration for Kong for Kubernetes (with the ingress controller)
|
|
|
|
image:
|
|
repository: kong
|
|
tag: "3.1"
|
|
|
|
env:
|
|
prefix: /kong_prefix/
|
|
database: "off"
|
|
|
|
ingressController:
|
|
enabled: true
|