Skip to content

Commit

Permalink
fix: ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Mar 28, 2024
1 parent 0be1dbc commit 7b05e56
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
front:
host: fce.fabrique.social.gouv.fr

n8n:
~needs: [build-n8n, pg-n8n]
resources:
Expand Down
5 changes: 5 additions & 0 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
front:
host: "{{ .Values.global.host }}"
~chart: app
~needs: [build-front]
imagePackage: front
Expand All @@ -9,6 +10,10 @@ front:
name: client-env

server:
host: "{{ .Values.global.host }}"
ingress:
paths:
- /api
~chart: app
~needs: [build-server]
imagePackage: server
Expand Down

0 comments on commit 7b05e56

Please sign in to comment.