Skip to content

Commit

Permalink
Mettre à jour les ressources du conteneur n8n dans n8n-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxFrst committed Apr 18, 2024
1 parent 5127556 commit 57224b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions n8n-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ spec:
name: n8n
ports:
- containerPort: 5678
# resources:
# requests:
# memory: "250Mi"
# limits:
# memory: "500Mi"
resources:
requests:
memory: "250Mi"
limits:
memory: "500Mi"
volumeMounts:
- mountPath: /home/node/.n8n
name: n8n-claim0
Expand Down

0 comments on commit 57224b0

Please sign in to comment.