Skip to content

Commit

Permalink
fix: previous backups bucket prod
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 8, 2024
1 parent ca78503 commit 0ba3cae
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,19 @@ hasura:

pg:
cnpg-cluster:
backup:
barmanObjectStore:
~tpl~destinationPath: "s3://fabrique-prod-backups/carnets-preprod"
s3Credentials:
accessKeyId:
~tpl~name: fabrique-prod-backups-access-key
key: bucket_access_key
secretAccessKey:
~tpl~name: fabrique-prod-backups-access-key
key: bucket_secret_key
region:
~tpl~name: fabrique-prod-backups-access-key
key: bucket_region
resources:
requests:
memory: 1Gi
Expand Down

0 comments on commit 0ba3cae

Please sign in to comment.