feat(storage,security): openebs localpv (default StorageClass) + vault
Flate / Flate - Filter (pull_request) Successful in 15s
Flate / Flate (pull_request) Failing after 1m55s
Flate / Flate - Success (pull_request) Canceled after 0s

This commit is contained in:
2026-09-16 21:17:09 +00:00
parent 6b1fc54c0d
commit 8c14178bd9
13 changed files with 241 additions and 0 deletions
@@ -0,0 +1,33 @@
---
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: localpv-provisioner
spec:
chart:
spec:
chart: localpv-provisioner
version: 4.6.0
sourceRef:
kind: HelmRepository
name: openebs
interval: 1h
maxHistory: 3
install:
crds: CreateReplace
remediation:
retries: 3
upgrade:
crds: CreateReplace
cleanupOnFail: true
remediation:
retries: 3
values:
analytics:
enabled: false
# openebs-hostpath объявляется StorageClass по умолчанию: PVC без явного
# storageClassName биндятся в /var/openebs/local на ноде, где оказался под.
hostpathClass:
isDefaultClass: true
localpv:
basePath: /var/openebs/local