feat: helm charts support installing gateway in daemonset mod. (#1054)

This commit is contained in:
yy
2024-06-26 19:47:20 +08:00
committed by GitHub
parent 0ce52de59b
commit 4ca2d23404
3 changed files with 335 additions and 1 deletions

View File

@@ -396,6 +396,9 @@ gateway:
replicas: 2
image: gateway
# -- Use a `DaemonSet` or `Deployment`
kind: Deployment
# The number of successive failed probes before indicating readiness failure.
readinessFailureThreshold: 30