1 Commits

Author SHA1 Message Date
6b14bfd45c Update Helm release postgres-cluster to v6 2025-05-29 21:51:10 +00:00
2 changed files with 30 additions and 41 deletions

View File

@@ -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

View File

@@ -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