Skip to content

Commit

Permalink
fix: scale down n8n to avoid duplicate jobs (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve authored Apr 2, 2024
1 parent c5ce25c commit 5b98236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ graphiql:
n8n:
~chart: app
~needs: [build-n8n]
replicas: 1
imagePackage: n8n
probesPath: /healthz
containerPort: 5678
Expand Down Expand Up @@ -96,7 +97,6 @@ strapi:
jobs:
~chart: jobs
runs:

build-front:
use: build
with:
Expand Down

0 comments on commit 5b98236

Please sign in to comment.