Skip to content

Commit

Permalink
fix: strapi prod
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Jun 14, 2024
1 parent 77251eb commit 29a3adc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
16 changes: 6 additions & 10 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
app:
autoscale:
enabled: true
host: ozensemble.fabrique.social.gouv.fr
redirectFrom:
- www.ozensemble.fr
- ozensemble.fr
envFrom:
- secretRef:
name: "api"
api:
addVolumes:
- uploads
volumeMounts:
- mountPath: /app/public/uploads
name: uploads
2 changes: 1 addition & 1 deletion .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ next-app:
~needs: ["build-next-app"]
imagePackage: next-app
probesPath: /
host: "{{ .Values.global.host }}"
host: "ozensemble.fabrique.social.gouv.fr"
envFrom:
- secretRef:
name: api
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "ozensemble-site",
"version": "1.8.0",
"license": "MIT",
"private": true
}

0 comments on commit 29a3adc

Please sign in to comment.