Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Bouquillon committed Aug 9, 2023
1 parent ad7d852 commit 4339109
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .kontinuous/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,13 @@ dependencies:
ifEnv: [dev, preprod]
- name: buildkit-service
ifEnv: [dev, preprod]
dependencies:
contrib:
preDeploy:
importSecrets:
options:
secrets:
kubeconfig:
harbor:
buildkit-client-certs:
tumeplay-dev-backups-access-key:
11 changes: 11 additions & 0 deletions .kontinuous/env/preprod/templates/uploads.pvc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: uploads
spec:
accessModes:
- ReadWriteMany
resources:
requests:
storage: 20Gi
storageClassName: csi-cinder-high-speed
2 changes: 2 additions & 0 deletions .kontinuous/env/preprod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
pg:
~chart: pg
backup:
enabled: true

dashboard:
host: "bo-tumeplay-preprod.ovh.fabrique.social.gouv.fr"
Expand Down

0 comments on commit 4339109

Please sign in to comment.