Skip to content

Commit

Permalink
chore: update kontinuous config (#3214)
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens authored Feb 21, 2024
1 parent e579944 commit 12ad876
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
10 changes: 1 addition & 9 deletions .kontinuous/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dependencies:
fabrique:
import: socialgouv/kontinuous/plugins/fabrique
extends:
- name: ovh
- name: buildkit-service
dependencies:
contrib:
Expand All @@ -14,12 +15,3 @@ dependencies:
required: false
azure-pg-admin-user-devflex:
required: false
# secret-name:
# enabled: true
# reload: false
# required: false
# fromNamespace: <$projectName-ci>
# toNamespace: true
# toAllNamespace: false
# to: azure-pg-admin-user
# from: [azure-pg-admin-user]
20 changes: 20 additions & 0 deletions .kontinuous/env/preprod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ global:
pgSecretName: pg-app

pg:
~chart: pg
backup:
name: ovh # backup on a new folder
cnpg-cluster:
persistence:
size: "30Gi"
Expand All @@ -10,6 +13,23 @@ pg:
memory: 3Gi
limits:
memory: 3Gi
recovery:
enabled: true
~tpl~database: "{{ .Values.global.pgDatabase }}"
~tpl~owner: "{{ .Values.global.pgUser }}"
secretName: "pg-db"
barmanObjectStore:
~tpl~destinationPath: "s3://domifa-dev-backups/domifa-preprod"
s3Credentials:
accessKeyId:
~tpl~name: "domifa-dev-backups-access-key"
key: bucket_access_key
secretAccessKey:
~tpl~name: "domifa-dev-backups-access-key"
key: bucket_secret_key
region:
~tpl~name: "domifa-dev-backups-access-key"
key: bucket_region

pg-metabase:
~chart: pg
Expand Down

0 comments on commit 12ad876

Please sign in to comment.