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: autoscaling:
enabled: true enabled: true
minReplicas: 1 minReplicas: 3
maxReplicas: 10 maxReplicas: 10
metrics: metrics:
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 60
- type: Resource - type: Resource
resource: resource:
name: memory name: memory
target: target:
type: Utilization type: Utilization
averageUtilization: 60 averageUtilization: 80
- type: Resource
resource:
name: cpu
target:
type: Utilization
averageUtilization: 80
behavior: behavior:
scaleDown: scaleDown:
stabilizationWindowSeconds: 300 stabilizationWindowSeconds: 300
@@ -822,10 +822,10 @@ traefik:
resources: resources:
requests: requests:
cpu: "100m" cpu: "100m"
memory: "256Mi" memory: "128Mi"
limits: limits:
cpu: "300m" cpu: "300m"
memory: "512Mi" 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.