https
This commit is contained in:
parent
216113009e
commit
47df8291d1
2 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@ spec:
|
|||
[global]
|
||||
repo1-s3-key={{ .minio_crunchy_postgres_access_key }}
|
||||
repo1-s3-key-secret={{ .minio_crunchy_postgres_secret_key }}
|
||||
repo1-s3-verify-tls=n
|
||||
encryption.conf: |
|
||||
[global]
|
||||
repo1-cipher-pass={{ .crunchy_postgres_backup_encryption_cipher }}
|
||||
|
|
|
@ -178,7 +178,7 @@ spec:
|
|||
- name: repo1 # Minio
|
||||
s3: &minio
|
||||
bucket: "crunchy-main"
|
||||
endpoint: "10.1.1.61:9000"
|
||||
endpoint: "s3.jahanson.tech:9000"
|
||||
region: "us-east-1"
|
||||
schedules:
|
||||
full: "0 1 * * 0" # Sunday at 01:00
|
||||
|
|
Reference in a new issue