From 2999516fa83a4b7dbf7c0a43b89ac47d0267df7c Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Sun, 13 Apr 2025 15:30:19 +0200 Subject: [PATCH] storageclass --- certmanager-netcup/README.md | 5 +++++ openebs/kustomization.yaml | 3 ++- sc/openebs-3-replicas.yaml => openebs/sc.yaml | 1 + velero/kustomization.yaml | 1 + sc/openebs-snapshot.yaml => velero/vsc.yaml | 0 5 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 certmanager-netcup/README.md rename sc/openebs-3-replicas.yaml => openebs/sc.yaml (93%) rename sc/openebs-snapshot.yaml => velero/vsc.yaml (100%) diff --git a/certmanager-netcup/README.md b/certmanager-netcup/README.md new file mode 100644 index 0000000..134779e --- /dev/null +++ b/certmanager-netcup/README.md @@ -0,0 +1,5 @@ +# cert-manager webhook netcup + + + +das RoleBinding in rb.yaml muss manuell applyt werden. diff --git a/openebs/kustomization.yaml b/openebs/kustomization.yaml index 9c2ff92..38b108b 100644 --- a/openebs/kustomization.yaml +++ b/openebs/kustomization.yaml @@ -3,4 +3,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - main.yaml \ No newline at end of file + - main.yaml + - sc.yaml \ No newline at end of file diff --git a/sc/openebs-3-replicas.yaml b/openebs/sc.yaml similarity index 93% rename from sc/openebs-3-replicas.yaml rename to openebs/sc.yaml index 30100be..8b82e2f 100644 --- a/sc/openebs-3-replicas.yaml +++ b/openebs/sc.yaml @@ -6,6 +6,7 @@ metadata: parameters: protocol: nvmf repl: "3" + thin: "true" provisioner: io.openebs.csi-mayastor reclaimPolicy: Retain allowVolumeExpansion: true \ No newline at end of file diff --git a/velero/kustomization.yaml b/velero/kustomization.yaml index b1d20b0..3cb9351 100644 --- a/velero/kustomization.yaml +++ b/velero/kustomization.yaml @@ -4,3 +4,4 @@ kind: Kustomization resources: - main.yaml + - vsc.yaml \ No newline at end of file diff --git a/sc/openebs-snapshot.yaml b/velero/vsc.yaml similarity index 100% rename from sc/openebs-snapshot.yaml rename to velero/vsc.yaml