mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
upupdate
This commit is contained in:
parent
44d099ad9e
commit
d28f17120b
1 changed files with 4 additions and 4 deletions
|
|
@ -736,13 +736,13 @@ traefik:
|
|||
metrics:
|
||||
- type: Resource
|
||||
resource:
|
||||
name: cpu
|
||||
name: memory
|
||||
target:
|
||||
type: Utilization
|
||||
averageUtilization: 80
|
||||
- type: Resource
|
||||
resource:
|
||||
name: memory
|
||||
name: cpu
|
||||
target:
|
||||
type: Utilization
|
||||
averageUtilization: 80
|
||||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue