We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff68e15 commit 5c5ddf2Copy full SHA for 5c5ddf2
1 file changed
examples/full-example.yaml
@@ -71,14 +71,15 @@ image:
71
# Set replicas for HA
72
replicas: 3
73
74
-# Configure resource limits (Guaranteed QoS: requests = limits)
+# Configure resource limits
75
# Following 1GB:1CPU ratio (1000m CPU = 1Gi memory)
76
+# No CPU limits are set so the container can use idle CPU on the host.
77
+noCpuLimits: true
78
resources:
79
requests:
80
cpu: 500m
81
memory: 512Mi
82
limits:
- cpu: 500m
83
84
85
# Enable PodDisruptionBudget
0 commit comments