File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -392,15 +392,11 @@ tlsCertificate:
392392 tlsCertificate : " "
393393 tlsKey : " "
394394
395- # When Horizontal Pod Autoscaling (`hpa.enabled`) is:
396- # 1. Disabled (`false`, the default), `resources` is set to an empty value {}.
397- # 2. Enabled (`true`), `resources` is set to the following defaults:
398- # requests:
399- # cpu: 500m
400- # memory: 300Mi
401- #
402- # In either cases, you may remove the comment below `resources` to provide custom
403- # resource requests and limits to the Wiz Pods.
395+ # Uncomment the `resources` section below to specify custom resource requests and limits.
396+ # If left blank, and Horizontal Pod Autoscaling (`hpa.enabled`) is enabled, the following defaults will be applied:
397+ # requests:
398+ # cpu: 500m
399+ # memory: 300Mi
404400#
405401# resources:
406402 # # The recommended values should vary depending on the load in each cluster, the number of replicas, and more.
You can’t perform that action at this time.
0 commit comments