Skip to content

Commit

Permalink
fix: deploy to ovh prod
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Apr 16, 2024
1 parent 1894f7d commit 0e5ca23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 17 deletions.
15 changes: 0 additions & 15 deletions .kontinuous/config.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,2 @@
projectName: monsuivipsy
ciNamespace: ci-monsuivipsy

dependencies:
fabrique:
extends:
- name: ovh
ifEnv: [dev, preprod]
- name: buildkit-service
dependencies:
contrib:
preDeploy:
importSecrets:
options:
secrets:
monsuivipsy-dev-backups-access-key:
monsuivipsy-prod-backups-access-key:
4 changes: 2 additions & 2 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ app:

pg:
backup:
name: "202404101316" # backup on a new folder
name: "202404161204" # backup on a new folder
cnpg-cluster:
recovery:
enabled: true
~tpl~database: "{{ .Values.global.pgDatabase }}"
~tpl~owner: "{{ .Values.global.pgUser }}"
secretName: "pg-db"
barmanObjectStore:
~tpl~destinationPath: "s3://monsuivipsy-prod-backups/jardinmental"
~tpl~destinationPath: "s3://monsuivipsy-prod-backups/jardinmental-202404101316"
s3Credentials:
accessKeyId:
~tpl~name: "monsuivipsy-prod-backups-access-key"
Expand Down

0 comments on commit 0e5ca23

Please sign in to comment.