Reorganized ceph
This commit is contained in:
14
infra/rook-ceph/helm-release.yaml
Normal file
14
infra/rook-ceph/helm-release.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: rook-ceph
|
||||
spec:
|
||||
chart:
|
||||
spec:
|
||||
chart: rook-ceph
|
||||
reconcileStrategy: ChartVersion
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: rook-release
|
||||
version: 1.16.3
|
||||
interval: 1m0s
|
||||
7
infra/rook-ceph/helm-repository.yaml
Normal file
7
infra/rook-ceph/helm-repository.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: rook-release
|
||||
spec:
|
||||
interval: 1m0s
|
||||
url: https://charts.rook.io/release
|
||||
7
infra/rook-ceph/kustomization.yaml
Normal file
7
infra/rook-ceph/kustomization.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: rook-ceph
|
||||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./helm-repository.yaml
|
||||
- ./helm-release.yaml
|
||||
4
infra/rook-ceph/namespace.yaml
Normal file
4
infra/rook-ceph/namespace.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: rook-ceph
|
||||
Reference in New Issue
Block a user