5f542e7632
We can host s3 compatible storage locally by deploying the stable/minio chart. Ran into https://github.com/coreos/etcd-operator/issues/1980 and therefore downgrade the backup and restore operator images to 0.8.3.
13 lines
340 B
YAML
13 lines
340 B
YAML
apiVersion: "etcd.database.coreos.com/v1beta2"
|
|
kind: "EtcdBackup"
|
|
metadata:
|
|
name: vault-backup
|
|
namespace: "vault-operator"
|
|
spec:
|
|
etcdEndpoints: ["https://vault-etcd-client:2379"]
|
|
storageType: S3
|
|
clientTLSSecret: vault-etcd-client-tls
|
|
s3:
|
|
path: vault/backup-manual
|
|
awsSecret: aws
|
|
endpoint: http://minio.minio.svc:9000 |