Skip to content

Commit

Permalink
Revert resource defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelldls committed Aug 13, 2024
1 parent 1360a5c commit a6e5e6b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Charts/ioc-instance/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ tolerations: []
# value: bl01t
# effect: NoSchedule

# ResourceRequirements describes the compute resource requirements.
# default resource limits
resources:
# limits:
# cpu: 500m
# memory: 256Mi
# requests:
# cpu: 100m
# memory: 64M
limits:
cpu: 500m
memory: 256Mi
requests:
cpu: 100m
memory: 64Mi

0 comments on commit a6e5e6b

Please sign in to comment.