mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
⬆️ snapshot controller v2
This commit is contained in:
@@ -29,7 +29,7 @@ spec:
|
||||
uninstall:
|
||||
keepHistory: false
|
||||
values:
|
||||
replicaCount: 3
|
||||
controller:
|
||||
volumeSnapshotClasses:
|
||||
- name: csi-ceph-blockpool
|
||||
driver: rook-ceph.rbd.csi.ceph.com
|
||||
@@ -42,29 +42,3 @@ spec:
|
||||
deletionPolicy: Delete
|
||||
serviceMonitor:
|
||||
create: true
|
||||
---
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrelease-helm-v2beta1.json
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: snapshot-validation-webhook
|
||||
namespace: kube-system
|
||||
spec:
|
||||
interval: 30m
|
||||
chart:
|
||||
spec:
|
||||
chart: snapshot-validation-webhook
|
||||
version: 1.9.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: piraeus
|
||||
namespace: flux-system
|
||||
install:
|
||||
createNamespace: true
|
||||
crds: Skip
|
||||
remediation:
|
||||
retries: 3
|
||||
upgrade:
|
||||
crds: Skip
|
||||
remediation:
|
||||
retries: 3
|
||||
|
@@ -18,10 +18,6 @@ spec:
|
||||
kind: HelmRelease
|
||||
name: snapshot-controller
|
||||
namespace: kube-system
|
||||
- apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
||||
kind: HelmRelease
|
||||
name: snapshot-validation-webhook
|
||||
namespace: kube-system
|
||||
interval: 30m
|
||||
retryInterval: 1m
|
||||
timeout: 3m
|
||||
|
Reference in New Issue
Block a user