Skip to content

Commit

Permalink
fix: performance
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Jun 11, 2024
1 parent ba1fe18 commit 2342185
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,22 @@ export:
replicas: 1
resources:
limits:
cpu: "2000m"
cpu: "1500m"
memory: "4096Mi"
requests:
cpu: "1500m"
memory: "2Gi"
cpu: "1000m"
memory: "896Mi"

hasura:
autoscale:
enabled: true
resources:
limits:
cpu: "2000m"
memory: "4Gi"
requests:
cpu: "1000m"
memory: "1Gi"
envFrom:
- secretRef:
name: pg-app
Expand Down

0 comments on commit 2342185

Please sign in to comment.