mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
15 lines
219 B
YAML
15 lines
219 B
YAML
ingressController:
|
|
enabled: false
|
|
|
|
image:
|
|
repository: kong/kong-gateway
|
|
tag: "3.4.0.0"
|
|
|
|
readinessProbe:
|
|
httpGet:
|
|
path: "/status"
|
|
port: status
|
|
scheme: HTTP
|
|
initialDelaySeconds: 1
|
|
periodSeconds: 1
|