Compare commits
1 Commits
4db10e51a8
...
6b14bfd45c
Author | SHA1 | Date | |
---|---|---|---|
6b14bfd45c
|
@@ -1,11 +0,0 @@
|
|||||||
apiVersion: objectbucket.io/v1alpha1
|
|
||||||
kind: ObjectBucketClaim
|
|
||||||
metadata:
|
|
||||||
name: ceph-bucket-directus
|
|
||||||
labels:
|
|
||||||
app.kubernetes.io/name: ceph-bucket-directus
|
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
|
||||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
|
||||||
spec:
|
|
||||||
generateBucketName: bucket-directus
|
|
||||||
storageClassName: ceph-bucket
|
|
@@ -158,33 +158,33 @@ rook-ceph-cluster:
|
|||||||
name: ceph-blockpool-snapshot
|
name: ceph-blockpool-snapshot
|
||||||
isDefault: true
|
isDefault: true
|
||||||
deletionPolicy: Delete
|
deletionPolicy: Delete
|
||||||
cephObjectStores:
|
cephObjectStores: []
|
||||||
- name: ceph-objectstore
|
# - name: ceph-objectstore
|
||||||
spec:
|
# spec:
|
||||||
metadataPool:
|
# metadataPool:
|
||||||
failureDomain: host
|
# failureDomain: host
|
||||||
replicated:
|
# replicated:
|
||||||
size: 3
|
# size: 3
|
||||||
dataPool:
|
# dataPool:
|
||||||
failureDomain: host
|
# failureDomain: host
|
||||||
erasureCoded:
|
# erasureCoded:
|
||||||
dataChunks: 2
|
# dataChunks: 2
|
||||||
codingChunks: 1
|
# codingChunks: 1
|
||||||
parameters:
|
# parameters:
|
||||||
bulk: "true"
|
# bulk: "true"
|
||||||
preservePoolsOnDelete: true
|
# preservePoolsOnDelete: true
|
||||||
gateway:
|
# gateway:
|
||||||
port: 80
|
# port: 80
|
||||||
resources:
|
# resources:
|
||||||
requests:
|
# requests:
|
||||||
cpu: "1000m"
|
# cpu: "1000m"
|
||||||
memory: "1Gi"
|
# memory: "1Gi"
|
||||||
instances: 1
|
# instances: 1
|
||||||
priorityClassName: system-cluster-critical
|
# priorityClassName: system-cluster-critical
|
||||||
storageClass:
|
# storageClass:
|
||||||
enabled: true
|
# enabled: true
|
||||||
name: ceph-bucket
|
# name: ceph-bucket
|
||||||
reclaimPolicy: Delete
|
# reclaimPolicy: Delete
|
||||||
volumeBindingMode: "Immediate"
|
# volumeBindingMode: "Immediate"
|
||||||
parameters:
|
# parameters:
|
||||||
region: us-east-1
|
# region: us-east-1
|
||||||
|
Reference in New Issue
Block a user