Skip to content

Commit

Permalink
fix: remove incorrect resources
Browse files Browse the repository at this point in the history
  • Loading branch information
matmut7 committed Oct 11, 2023
1 parent 164efa6 commit d19f4e7
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: 15m
# memory: 200Mi
# limits:
# cpu: 30m
# memory: 400Mi
autoscale:
enabled: true
minReplicas: 2

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

0 comments on commit d19f4e7

Please sign in to comment.