Skip to content

Commit

Permalink
don't specify the production resources values
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx authored Sep 6, 2024
1 parent 3d7e38d commit 47f2231
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions helm/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ autoscaling:
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 120

resources:
requests:
cpu: 500m
memory: 1Gi
limits:
cpu: 1000m
memory: 4Gi
resources: {}
#resources:
# requests:
# cpu: 500m
# memory: 1Gi
# limits:
# cpu: 1000m
# memory: 4Gi

# livenessProbe:
# failureThreshold: 3
Expand Down

0 comments on commit 47f2231

Please sign in to comment.