scanner.analyzer.nodeSelector
|
Specify a node selector label as label-key: label-value to force Scanner to only schedule on nodes with the specified label. |
scanner.analyzer.resources.requests.memory
|
The memory request for the Scanner container. Use this parameter to override the default value. |
scanner.analyzer.resources.requests.cpu
|
The CPU request for the Scanner container. Use this parameter to override the default value. |
scanner.analyzer.resources.limits.memory
|
The memory limit for the Scanner container. Use this parameter to override the default value. |
scanner.analyzer.resources.limits.cpu
|
The CPU limit for the Scanner container. Use this parameter to override the default value. |
scanner.scaling.autoscaling
|
If you set this option to Disabled , Red Hat Advanced Cluster Security for Kubernetes disables autoscaling on the Scanner deployment. The default value is Enabled . |
scanner.scaling.minReplicas
|
The minimum number of replicas for autoscaling. The default value is 2 . |
scanner.scaling.maxReplicas
|
The maximum number of replicas for autoscaling. The default value is 5 . |
scanner.scaling.replicas
|
The default number of replicas. The default value is 3 . |
scanner.Tolerations
|
If the node selector selects tainted nodes, use this parameter to specify a taint toleration key, value, and effect for Scanner. |
scanner.db.nodeSelector
|
Specify a node selector label as label-key: label-value to force Scanner DB to only schedule on nodes with the specified label. |
scanner.db.resources.requests.memory
|
The memory request for the Scanner DB container. Use this parameter to override the default value. |
scanner.db.resources.requests.cpu
|
The CPU request for the Scanner DB container. Use this parameter to override the default value. |
scanner.db.resources.limits.memory
|
The memory limit for the Scanner DB container. Use this parameter to override the default value. |
scanner.db.resources.limits.cpu
|
The CPU limit for the Scanner DB container. Use this parameter to override the default value. |
scanner.db.tolerations
|
If the node selector selects tainted nodes, use this parameter to specify a taint toleration key, value, and effect for Scanner DB. |
scanner.scannerComponent
|
If you set this option to Disabled , Red Hat Advanced Cluster Security for Kubernetes does not deploy the Scanner deployment. Do not disable the Scanner on OpenShift Container Platform clusters. The default value is AutoSense . |