k8s/ manifest added
This commit is contained in:
23
k8s/configmap/config.yaml
Normal file
23
k8s/configmap/config.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: rclone-config
|
||||
namespace: rook-ceph-s3-backup
|
||||
data:
|
||||
rclone.conf: |
|
||||
[ceph]
|
||||
type = s3
|
||||
provider = Ceph
|
||||
access_key_id = CHANGE_ME
|
||||
secret_access_key = CHANGE_ME
|
||||
endpoint = http://rook-ceph-rgw-s3.rook-ceph.svc:80
|
||||
acl = private
|
||||
|
||||
[rustfs]
|
||||
type = s3
|
||||
provider = Other
|
||||
access_key_id = CHANGE_ME
|
||||
secret_access_key = CHANGE_ME
|
||||
acl = private
|
||||
region = other-v2-signature
|
||||
endpoint = https://rustfs.example.org
|
||||
Reference in New Issue
Block a user