update resources

This commit is contained in:
2024-08-30 04:58:02 -05:00
parent f12b7aa532
commit f16da3d3a8

View File

@@ -822,10 +822,10 @@ traefik:
resources:
requests:
cpu: "100m"
memory: "50Mi"
memory: "256Mi"
limits:
cpu: "300m"
memory: "256Mi"
memory: "512Mi"
# This example pod anti-affinity forces the scheduler to put traefik pods
# on nodes where no other traefik pods are scheduled.