Reorganized ceph

This commit is contained in:
Dreaded_X 2025-02-18 01:50:42 +01:00
parent 6e428ed757
commit 0a0d7f7a65
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
10 changed files with 41 additions and 3 deletions

View File

@ -8,6 +8,7 @@ spec:
- name: infra-configs
- name: traefik
- name: topolvm
- name: rook-ceph-cluster
decryption:
provider: sops
secretRef:

View File

@ -0,0 +1,20 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: rook-ceph-cluster
namespace: flux-system
spec:
interval: 15m
path: ./infra/rook-ceph-cluster
dependsOn:
- name: cert-manager
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true
postBuild:
substituteFrom:
- kind: ConfigMap
name: domain-vars

View File

@ -0,0 +1,14 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: rook-ceph
namespace: flux-system
spec:
interval: 15m
path: ./infra/rook-ceph
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true

View File

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: rook-ceph
resources:
- ./helm-release.yaml

View File

@ -4,5 +4,4 @@ namespace: rook-ceph
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release-operator.yaml
- ./helm-release-cluster.yaml
- ./helm-release.yaml

View File

@ -3,7 +3,6 @@ kind: Kustomization
resources:
- akri.yaml
- cloudnative-pg.yaml
- ./rook
- ./node-feature-discovery
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.8/manifests/dragonfly-operator.yaml
- https://github.com/kubernetes-csi/external-snapshotter//client/config/crd?ref=v8.2.0