feat(flux): 分阶段接管 OpenEBS
yaml / yaml (pull_request) Successful in 30s

This commit is contained in:
2026-09-10 11:01:21 +00:00
parent abf3be0eae
commit f000301864
7 changed files with 128 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: openebs
namespace: openebs
spec:
# 存储控制面先只登记;解除暂停必须使用独立 PR 并保留 live PV/PVC 基线。
suspend: true
chart:
spec:
chart: openebs
interval: 1h
sourceRef:
kind: HelmRepository
name: openebs
version: 4.4.0
driftDetection:
mode: enabled
install:
crds: CreateReplace
strategy:
name: RetryOnFailure
retryInterval: 5m
interval: 30m
releaseName: openebs
targetNamespace: openebs
timeout: 15m
upgrade:
crds: CreateReplace
strategy:
name: RetryOnFailure
retryInterval: 5m
valuesFrom:
- kind: ConfigMap
name: openebs-values