Skip to content

Commit

Permalink
add default values for autoscalling
Browse files Browse the repository at this point in the history
  • Loading branch information
Norris1z authored and marlonbaeten committed May 24, 2024
1 parent b380da4 commit 4c09c1a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions charts/mailcrab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

# Enable autoscaling using HorizontalPodAutoscaler. Note that the replicaCount would be ignored if autoscaling is enabled
autoscaling:
enabled: false
# minReplicas: 2
# maxReplicas: 5
# metrics:
# - type: Resource
# resource:
# name: cpu
# target:
# type: Utilization
# averageUtilization: 60
# - type: Resource
# resource:
# name: memory
# target:
# type: Utilization
# averageUtilization: 60

# -- Configure the number of replicas to run.
replicaCount: 1

Expand Down

0 comments on commit 4c09c1a

Please sign in to comment.