Skip to content

Commit

Permalink
docs(beekeeper): improve comments for resources section
Browse files Browse the repository at this point in the history
  • Loading branch information
gacevicljubisa committed Nov 28, 2024
1 parent 74eb4a0 commit b28a4b2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions charts/beekeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@ serviceAccount:
createRole: false
createClusterRole: false

## If you want to specify resource requests and limits, remove the curly braces ({}) and define the values as shown below:
## This ensures proper allocation of CPU and memory resources.
## Define resource requests and limits to allocate CPU and memory effectively.
## Example:
# resources:
# limits:
# cpu: "1" # Maximum CPU usage (e.g., 1 core)
# memory: "1Gi" # Maximum memory usage (e.g., 1 GiB)
# cpu: "1" # Maximum CPU usage (e.g., 1 core)
# memory: "1Gi" # Maximum memory usage (e.g., 1 GiB)
# requests:
# cpu: "100m" # Minimum guaranteed CPU usage (e.g., 100 millicores)
# cpu: "100m" # Minimum guaranteed CPU usage (e.g., 100 millicores)
# memory: "128Mi" # Minimum guaranteed memory usage (e.g., 128 MiB)
resources: {}

Expand Down

0 comments on commit b28a4b2

Please sign in to comment.