Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
igorrenquin authored Jul 3, 2024
1 parent 00c89b8 commit fe9d177
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@ app:
ENV: prod
resources:
requests:
cpu: 50m
memory: 500Mi
limits:
cpu: 100m
memory: 1Gi
memory: 256Mi
limits:
cpu: 200m
memory: 386Mi
autoscale:
enabled: true

hasura:
resources:
requests:
cpu: 500m
memory: 1Gi
cpu: 100m
memory: 512Mi
limits:
cpu: 1000m
memory: 2Gi
cpu: 200m
memory: 1Gi
autoscale:
enabled: true

Expand Down

0 comments on commit fe9d177

Please sign in to comment.