Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
43c6e14d
Verified
Commit
43c6e14d
authored
2 years ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
feat(rook): Add rook cluster to rook deployment
parent
54d50153
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
infrastructure/rook/cluster.yaml
+35
-0
35 additions, 0 deletions
infrastructure/rook/cluster.yaml
infrastructure/rook/kustomization.yaml
+1
-0
1 addition, 0 deletions
infrastructure/rook/kustomization.yaml
infrastructure/rook/operator.yaml
+1
-1
1 addition, 1 deletion
infrastructure/rook/operator.yaml
with
37 additions
and
1 deletion
infrastructure/rook/cluster.yaml
0 → 100644
+
35
−
0
View file @
43c6e14d
apiVersion
:
helm.toolkit.fluxcd.io/v2beta1
kind
:
HelmRelease
metadata
:
name
:
rook-ceph-cluster
namespace
:
rook-ceph
spec
:
releaseName
:
rook-ceph-cluster
chart
:
spec
:
chart
:
rook-ceph-cluster
sourceRef
:
kind
:
HelmRepository
name
:
rook-release
namespace
:
rook-ceph
version
:
v1.10.6
interval
:
5m
install
:
crds
:
CreateReplace
upgrade
:
crds
:
CreateReplace
valuesFrom
:
-
kind
:
ConfigMap
name
:
rook-ceph-cluster-base-values
valuesKey
:
values.yaml
-
kind
:
Secret
name
:
rook-ceph-cluster-overwrite
valuesKey
:
values-overwrite.yaml
---
apiVersion
:
v1
kind
:
ConfigMap
metadata
:
name
:
rook-ceph-cluster-base-values
namespace
:
rook-ceph
data
:
values.yaml
:
|
\ No newline at end of file
This diff is collapsed.
Click to expand it.
infrastructure/rook/kustomization.yaml
+
1
−
0
View file @
43c6e14d
...
@@ -5,3 +5,4 @@ resources:
...
@@ -5,3 +5,4 @@ resources:
-
namespace.yaml
-
namespace.yaml
-
repository.yaml
-
repository.yaml
-
operator.yaml
-
operator.yaml
-
cluster.yaml
This diff is collapsed.
Click to expand it.
infrastructure/rook/operator.yaml
+
1
−
1
View file @
43c6e14d
...
@@ -7,7 +7,7 @@ spec:
...
@@ -7,7 +7,7 @@ spec:
releaseName
:
rook-ceph
releaseName
:
rook-ceph
chart
:
chart
:
spec
:
spec
:
chart
:
postgres-operator
chart
:
rook-ceph
sourceRef
:
sourceRef
:
kind
:
HelmRepository
kind
:
HelmRepository
name
:
rook-release
name
:
rook-release
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment