Skip to content

Commit

Permalink
change resource usage at playground
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx committed Oct 9, 2024
1 parent c2b3e34 commit eb4277e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions helm/playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ imagePullSecrets:
replicaCount: 1

autoscaling:
enabled: true
enabled: false
minReplicas: 1
maxReplicas: 4
targetCPUUtilizationPercentage: 80
targetMemoryUtilizationPercentage: 120

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

livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit eb4277e

Please sign in to comment.