Reorganized ceph
This commit is contained in:
parent
6e428ed757
commit
0a0d7f7a65
|
@ -8,6 +8,7 @@ spec:
|
||||||
- name: infra-configs
|
- name: infra-configs
|
||||||
- name: traefik
|
- name: traefik
|
||||||
- name: topolvm
|
- name: topolvm
|
||||||
|
- name: rook-ceph-cluster
|
||||||
decryption:
|
decryption:
|
||||||
provider: sops
|
provider: sops
|
||||||
secretRef:
|
secretRef:
|
||||||
|
|
20
clusters/titan.lan.huizinga.dev/infra/rook-ceph-cluster.yaml
Normal file
20
clusters/titan.lan.huizinga.dev/infra/rook-ceph-cluster.yaml
Normal 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
|
14
clusters/titan.lan.huizinga.dev/infra/rook-ceph.yaml
Normal file
14
clusters/titan.lan.huizinga.dev/infra/rook-ceph.yaml
Normal 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
|
5
infra/rook-ceph-cluster/kustomization.yaml
Normal file
5
infra/rook-ceph-cluster/kustomization.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
namespace: rook-ceph
|
||||||
|
resources:
|
||||||
|
- ./helm-release.yaml
|
|
@ -4,5 +4,4 @@ namespace: rook-ceph
|
||||||
resources:
|
resources:
|
||||||
- ./namespace.yaml
|
- ./namespace.yaml
|
||||||
- ./helm-repository.yaml
|
- ./helm-repository.yaml
|
||||||
- ./helm-release-operator.yaml
|
- ./helm-release.yaml
|
||||||
- ./helm-release-cluster.yaml
|
|
|
@ -3,7 +3,6 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- akri.yaml
|
- akri.yaml
|
||||||
- cloudnative-pg.yaml
|
- cloudnative-pg.yaml
|
||||||
- ./rook
|
|
||||||
- ./node-feature-discovery
|
- ./node-feature-discovery
|
||||||
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.1.8/manifests/dragonfly-operator.yaml
|
- 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
|
- https://github.com/kubernetes-csi/external-snapshotter//client/config/crd?ref=v8.2.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user