Skip to content

Commit

Permalink
fix: pvc preprod (#477)
Browse files Browse the repository at this point in the history
* fix

* fix
  • Loading branch information
Julien Bouquillon authored Aug 9, 2023
1 parent ad7d852 commit d480a8a
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ backend:
- name: DATABASE_PASSWORD
value: "$(PGPASSWORD)"
- name: DATABASE_SSL
value: "true"
value: "false"
envFrom:
- secretRef:
name: pg-user
Expand Down

0 comments on commit d480a8a

Please sign in to comment.