Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
fix: resources
Browse files Browse the repository at this point in the history
adjust cpu ram requests, limits
  • Loading branch information
igorrenquin authored Jul 30, 2024
1 parent 9a4ac5c commit 436052d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .kontinuous/env/prod/values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,13 @@ app:
redirectFrom:
- "{{ .Values.global.host }}"
- archifiltre.fabrique.social.gouv.fr
autoscale:
enabled: true
minReplicas: 1
maxReplicas: 3
resources:
requests:
cpu: 50m
memory: 256Mi
cpu: 100m
memory: 768Mi
limits:
cpu: 200m
memory: 512Mi
memory: 1Gi

jobs:
runs:
Expand Down

0 comments on commit 436052d

Please sign in to comment.