diff --git a/charts/mailcrab/values.yaml b/charts/mailcrab/values.yaml index 1a1826e..9c87b16 100644 --- a/charts/mailcrab/values.yaml +++ b/charts/mailcrab/values.yaml @@ -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