3 Commits

Author SHA1 Message Date
f12b7aa532 update resource 2024-08-30 04:56:01 -05:00
8ec254f59c enable autoscaller 2024-08-30 04:52:29 -05:00
33fd621ec8 add resource limits 2024-08-30 04:51:35 -05:00

View File

@@ -730,7 +730,7 @@ traefik:
## Create HorizontalPodAutoscaler object. ## Create HorizontalPodAutoscaler object.
## ##
autoscaling: autoscaling:
enabled: false enabled: true
minReplicas: 1 minReplicas: 1
maxReplicas: 10 maxReplicas: 10
metrics: metrics:
@@ -819,13 +819,13 @@ traefik:
# Additional serviceAccount annotations (e.g. for oidc authentication) # Additional serviceAccount annotations (e.g. for oidc authentication)
serviceAccountAnnotations: {} serviceAccountAnnotations: {}
resources: {} resources:
# requests: requests:
# cpu: "100m" cpu: "100m"
# memory: "50Mi" memory: "50Mi"
# limits: limits:
# cpu: "300m" cpu: "300m"
# memory: "150Mi" memory: "256Mi"
# This example pod anti-affinity forces the scheduler to put traefik pods # This example pod anti-affinity forces the scheduler to put traefik pods
# on nodes where no other traefik pods are scheduled. # on nodes where no other traefik pods are scheduled.