cnpg cluster with backup/recovery
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user