4 Commits

Author SHA1 Message Date
d28f17120b upupdate 2024-08-30 05:08:33 -05:00
44d099ad9e update 2024-08-30 05:04:57 -05:00
5c866c2eb7 update 2024-08-30 05:04:25 -05:00
216cece298 update 2024-08-30 05:03:40 -05:00

View File

@@ -731,21 +731,21 @@ traefik:
##
autoscaling:
enabled: true
minReplicas: 1
minReplicas: 3
maxReplicas: 10
metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 60
- type: Resource
resource:
name: memory
target:
type: Utilization
averageUtilization: 60
averageUtilization: 80
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 80
behavior:
scaleDown:
stabilizationWindowSeconds: 300
@@ -822,10 +822,10 @@ traefik:
resources:
requests:
cpu: "100m"
memory: "256Mi"
memory: "128Mi"
limits:
cpu: "300m"
memory: "512Mi"
memory: "256Mi"
# This example pod anti-affinity forces the scheduler to put traefik pods
# on nodes where no other traefik pods are scheduled.