Skip to content

Commit

Permalink
change development resources
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx committed Sep 9, 2024
1 parent ba61be0 commit 2c8019d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions helm/development.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: 10m
memory: 256Mi
limits:
cpu: 200m
memory: 1Gi
resources: {}
# resources:
# requests:
# cpu: 10m
# memory: 256Mi
# limits:
# cpu: 200m
# memory: 1Gi

livenessProbe:
failureThreshold: 3
Expand Down

0 comments on commit 2c8019d

Please sign in to comment.