Skip to content

Commit

Permalink
chore: ovh
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Mar 21, 2024
1 parent 5e4af5c commit 4bd5257
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .kontinuous/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ repositoryName: egapro

dependencies:
fabrique:
import: SocialGouv/kontinuous/plugins/fabrique
extends:
- name: buildkit-service
- name: ovh
13 changes: 6 additions & 7 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ x-secure-headers: &headers >-

more_set_headers "Cross-Origin-Opener-Policy: same-origin";

global:
pgSecretName: pg-app

app:
~chart: app
~needs: [build-app]
Expand Down Expand Up @@ -114,6 +117,9 @@ api:
EGAPRO_DBSSL: "$(PGSSLMODE)"
EGAPRO_SENTRY_DSN: "https://[email protected]/22"

pg:
~chart: pg

files:
~chart: app
image: ghcr.io/socialgouv/docker/nginx:7.0.1
Expand Down Expand Up @@ -210,10 +216,3 @@ jobs:
with:
imagePackage: nginx
context: packages/nginx

deactivate:
jobs-deactivate:
runs:
deactivate:
with:
db: true

0 comments on commit 4bd5257

Please sign in to comment.