Skip to content

Commit

Permalink
fix: increase ressources
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Jan 16, 2024
1 parent e02230f commit 0fa8a5f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ api:
enabled: true
resources:
requests:
cpu: 100m
memory: 640M
limits:
cpu: 1
cpu: 500m
memory: 1G
limits:
cpu: 2
memory: 2G
vars:
EGAPRO_SENTRY_DSN: "https://[email protected]/22"
envFrom:
Expand Down Expand Up @@ -41,15 +41,15 @@ app:
enabled: true
resources:
requests:
cpu: 20m
memory: 256M
limits:
cpu: 1
cpu: 500m
memory: 1G
limits:
cpu: 2
memory: 2G

jobs:
runs:
build-app:
with:
buildArgs:
REACT_APP_SENTRY_DSN: "{{ .Values.global.sentryFront }}"
REACT_APP_SENTRY_DSN: "{{ .Values.global.sentryFront }}"

0 comments on commit 0fa8a5f

Please sign in to comment.