Skip to content

Commit

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

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

resources:
requests:
cpu: 500m
memory: 2Gi
limits:
cpu: 1000m
memory: 8Gi
resources: {}
# resources:
# requests:
# cpu: 500m
# memory: 2Gi
# limits:
# cpu: 1000m
# memory: 8Gi

livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit e314d81

Please sign in to comment.