Skip to content

Commit

Permalink
fix: resources
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 11, 2023
1 parent 8f33300 commit 9e372ed
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
app:
vars:
ENV: prod
# resources:
# requests:
# cpu: 15m
# memory: 200Mi
# limits:
# cpu: 30m
# memory: 400Mi
resources:
requests:
cpu: 50m
memory: 500Mi
limits:
cpu: 100m
memory: 1Gi
autoscale:
enabled: true
minReplicas: 2

hasura:
# resources:
# requests:
# cpu: 50m
# memory: 512Mi
# limits:
# cpu: 100m
# memory: 1024Mi
resources:
requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 1000m
memory: 2Gi
autoscale:
enabled: true
minReplicas: 2
Expand Down

0 comments on commit 9e372ed

Please sign in to comment.