mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
16 lines
308 B
YAML
16 lines
308 B
YAML
# install chart with default values
|
|
# use single image strings instead of repository/tag
|
|
|
|
image:
|
|
unifiedRepoTag: kong:2.6
|
|
proxy:
|
|
type: NodePort
|
|
|
|
env:
|
|
anonymous_reports: "off"
|
|
ingressController:
|
|
env:
|
|
anonymous_reports: "false"
|
|
image:
|
|
unifiedRepoTag: kong/kubernetes-ingress-controller:2.0.2
|