cnpg cluster with backup/recovery

This commit is contained in:
2024-03-22 20:57:24 +03:00
parent eab8a3ebaf
commit b67232da9d
23 changed files with 70 additions and 21972 deletions

View File

@@ -1,5 +1,16 @@
s3:
endpointUrl: https://storage.yandexcloud.net
secretName: s3-credentials
accessKeyKey: ACCESS_KEY_ID
secretKeyKey: ACCESS_SECRET_KEY
cnpg:
clusterName: liquid-db
backup:
enable: true
destinationPath: "s3://liquid-code/backup"
recovery:
enable: false
oldClusterName: liquid-db
sourcePath: "s3://liquid-code/backup"
imagePullSecret: github-registry