Skip to content

Commit

Permalink
Merge pull request #99 from h3mmy/rook-ceph
Browse files Browse the repository at this point in the history
Update Rook-Ceph configuration
  • Loading branch information
h3mmy authored Jan 7, 2022
2 parents 5e1a744 + fb4f84d commit fef1aee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ resources:
- calico-system
- vpn-gateway
- downloads
# - rook-ceph
- rook-ceph
2 changes: 1 addition & 1 deletion cluster/core/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ resources:
- kube-system
- metallb-system
- system-upgrade
# - rook-ceph
- rook-ceph
4 changes: 2 additions & 2 deletions cluster/core/rook-ceph/cluster/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
enabled: true
urlPrefix: /
ssl: false
mgr:
mon:
count: 1
storage:
useAllNodes: false
Expand All @@ -56,7 +56,7 @@ spec:
spec:
failureDomain: host
replicated:
size: 2
size: 1
storageClass:
enabled: true
name: ceph-block
Expand Down

0 comments on commit fef1aee

Please sign in to comment.