Migrate Postgres backup user to ObjectBucketClaim with updated configuration
This commit is contained in:
parent
ac2590ecd8
commit
a5b40b7d0d
@ -69,16 +69,13 @@ spec:
|
|||||||
size: 50Gi
|
size: 50Gi
|
||||||
storageClass: local-path
|
storageClass: local-path
|
||||||
---
|
---
|
||||||
apiVersion: ceph.rook.io/v1
|
apiVersion: objectbucket.io/v1alpha1
|
||||||
kind: CephObjectStoreUser
|
kind: ObjectBucketClaim
|
||||||
metadata:
|
metadata:
|
||||||
name: postgres-backup-user
|
name: postgres-backup-claim
|
||||||
namespace: ceph
|
namespace: ceph
|
||||||
spec:
|
spec:
|
||||||
store: rgw-bulk
|
generateBucketName: postgres-backup
|
||||||
displayName: "Postgres Backup User"
|
storageClassName: rgw-bulk
|
||||||
quotas:
|
additionalConfig:
|
||||||
maxSize: 400G
|
maxSize: "400G"
|
||||||
capabilities:
|
|
||||||
user: "*"
|
|
||||||
bucket: "*"
|
|
||||||
Loading…
Reference in New Issue
Block a user