update traefik

This commit is contained in:
2023-08-06 06:44:01 -05:00
parent 7882583848
commit de45e5bc25

View File

@@ -38,7 +38,7 @@ traefik:
# Number of pods of the deployment (only applies when kind == Deployment) # Number of pods of the deployment (only applies when kind == Deployment)
replicas: 1 replicas: 1
# Number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10) # Number of old history to retain to allow rollback (If not set, default Kubernetes value is set to 10)
# revisionHistoryLimit: 1 revisionHistoryLimit: 1
# Amount of time (in seconds) before Kubernetes will send the SIGKILL signal if Traefik does not shut down # Amount of time (in seconds) before Kubernetes will send the SIGKILL signal if Traefik does not shut down
terminationGracePeriodSeconds: 60 terminationGracePeriodSeconds: 60
# The minimum number of seconds Traefik needs to be up and running before the DaemonSet/Deployment controller considers it available # The minimum number of seconds Traefik needs to be up and running before the DaemonSet/Deployment controller considers it available
@@ -727,29 +727,29 @@ traefik:
## Create HorizontalPodAutoscaler object. ## Create HorizontalPodAutoscaler object.
## ##
autoscaling: autoscaling:
enabled: false enabled: true
# minReplicas: 1 minReplicas: 1
# maxReplicas: 10 maxReplicas: 10
# metrics: metrics:
# - type: Resource - type: Resource
# resource: resource:
# name: cpu name: cpu
# target: target:
# type: Utilization type: Utilization
# averageUtilization: 60 averageUtilization: 60
# - type: Resource - type: Resource
# resource: resource:
# name: memory name: memory
# target: target:
# type: Utilization type: Utilization
# averageUtilization: 60 averageUtilization: 60
# behavior: behavior:
# scaleDown: scaleDown:
# stabilizationWindowSeconds: 300 stabilizationWindowSeconds: 300
# policies: policies:
# - type: Pods - type: Pods
# value: 1 value: 1
# periodSeconds: 60 periodSeconds: 60
# Enable persistence using Persistent Volume Claims # Enable persistence using Persistent Volume Claims
# ref: http://kubernetes.io/docs/user-guide/persistent-volumes/ # ref: http://kubernetes.io/docs/user-guide/persistent-volumes/