Skip to content

Commit

Permalink
fix: autoscale prod (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 authored May 31, 2024
1 parent 6ab7873 commit dca4964
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,18 @@ redis:
cpu: "1"
memory: 1Gi

graphiql:
autoscale:
enabled: true

front:
autoscale:
enabled: true

server:
~needs: [build-server, pg]
autoscale:
enabled: true
resources:
limits:
cpu: "500m"
Expand Down

0 comments on commit dca4964

Please sign in to comment.