feat(flux): 分阶段接管 Envoy Gateway
yaml / yaml (pull_request) Successful in 10s

This commit is contained in:
2026-09-10 09:26:54 +00:00
parent 392df6b6e6
commit c6e3abbfc0
7 changed files with 76 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: envoy-gateway
namespace: envoy-gateway-system
spec:
# 第一阶段只登记现有 release;入口数据面必须在独立激活 PR 后才由 Flux reconcile。
suspend: true
chart:
spec:
chart: gateway-helm
interval: 1h
sourceRef:
kind: HelmRepository
name: envoy-gateway
version: v1.5.6
driftDetection:
mode: enabled
install:
crds: CreateReplace
strategy:
name: RetryOnFailure
retryInterval: 5m
interval: 30m
releaseName: envoy-gateway
targetNamespace: envoy-gateway-system
timeout: 10m
upgrade:
crds: CreateReplace
strategy:
name: RetryOnFailure
retryInterval: 5m