Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions examples/full-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,15 @@ image:
# Set replicas for HA
replicas: 3

# Configure resource limits (Guaranteed QoS: requests = limits)
# Configure resource limits
# Following 1GB:1CPU ratio (1000m CPU = 1Gi memory)
# No CPU limits are set so the container can use idle CPU on the host.
noCpuLimits: true
resources:
requests:
cpu: 500m
memory: 512Mi
limits:
cpu: 500m
memory: 512Mi

# Enable PodDisruptionBudget
Expand Down
Loading