scannerV4.db.nodeSelector
|
If you want this component to only run on specific nodes, you can use this parameter to configure a node selector. |
scannerV4.db.tolerations
|
If the node selector selects tainted nodes, use this parameter to specify a taint toleration key, value, and effect for Scanner V4 DB. This parameter is mainly used for infrastructure nodes. |
scannerV4.db.hostAliases
|
Use this parameter to inject hosts and IP addresses into the pod’s hosts file. |
scannerV4.db.resources.limits
|
Use this parameter to override the default resource limits for Scanner V4 DB. |
scannerV4.db.resources.requests
|
Use this parameter to override the default resource requests for Scanner V4 DB. |
scannerV4.db.persistence.persistentVolumeClaim.claimName
|
The name of the PVC to manage persistent data for Scanner V4.
If no PVC with the given name exists, it is created. The default value is scanner-v4-db if not set. To prevent data loss, the PVC is not removed automatically when Central is deleted. |
scannerV4.db.persistence.persistentVolumeClaim.size
|
The size of the PVC to manage persistent data for Scanner V4. |
scannerV4.db.persistence.persistentVolumeClaim.storageClassName
|
The name of the storage class to use for the PVC. If your cluster is not configured with a default storage class, you must provide a value for this parameter. |
scannerV4.indexer.nodeSelector
|
If you want this component to only run on specific nodes, you can use this parameter to configure a node selector. |
scannerV4.indexer.tolerations
|
If the node selector selects tainted nodes, use this parameter to specify a taint toleration key, value, and effect for the Scanner V4 Indexer. This parameter is mainly used for infrastructure nodes. |
scannerV4.indexer.hostAliases
|
Use this parameter to inject hosts and IP addresses into the pod’s hosts file. |
scannerV4.indexer.resources.limits
|
Use this parameter to override the default resource limits for the Scanner V4 Indexer. |
scannerV4.indexer.resources.requests
|
Use this parameter to override the default resource requests for the Scanner V4 Indexer. |
scannerV4.indexer.scaling.autoScaling
|
When enabled, the number of Scanner V4 Indexer replicas is managed dynamically based on the load, within the limits specified. |
scannerV4.indexer.scaling.maxReplicas
|
Specifies the maximum replicas to be used in the Scanner V4 Indexer autoscaling configuration. |
scannerV4.indexer.scaling.minReplicas
|
Specifies the minimum replicas to be used in the Scanner V4 Indexer autoscaling configuration. |
scannerV4.indexer.scaling.replicas
|
When autoscaling is disabled for the Scanner V4 Indexer, the number of replicas is always configured to match this value. |
scannerV4.matcher.nodeSelector
|
If you want this component to only run on specific nodes, you can use this parameter to configure a node selector. |
scannerV4.matcher.tolerations
|
If the node selector selects tainted nodes, use this parameter to specify a taint toleration key, value, and effect for the Scanner V4 Matcher. This parameter is mainly used for infrastructure nodes. |
scannerV4.matcher.hostAliases
|
Use this parameter to inject hosts and IP addresses into the pod’s hosts file. |
scannerV4.matcher.resources.limits
|
Use this parameter to override the default resource limits for the Scanner V4 Matcher. |
scannerV4.matcher.resources.requests
|
Use this parameter to override the default resource requests for the Scanner V4 Matcher. |
scannerV4.matcher.scaling.autoScaling
|
When enabled, the number of Scanner V4 Matcher replicas is managed dynamically based on the load, within the limits specified. |
scannerV4.matcher.scaling.maxReplicas
|
Specifies the maximum replicas to be used in the Scanner V4 Matcher autoscaling configuration. |
scannerV4.matcher.scaling.minReplicas
|
Specifies the minimum replicas to be used in the Scanner V4 Matcher autoscaling configuration. |
scannerV4.matcher.scaling.replicas
|
When autoscaling is disabled for the Scanner V4 Matcher, the number of replicas is always configured to match this value. |
scannerV4.monitoring.exposeEndpoint
|
Configures a monitoring endpoint for Scanner V4. The monitoring endpoint allows other services to collect metrics from Scanner V4, provided in a Prometheus-compatible format. Use Enabled to expose the monitoring endpoint. When you enable monitoring, RHACS creates a new service, monitoring , with port 9090, and a network policy allowing inbound connections to the port. By default, this is not enabled. |
scannerV4.scannerComponent
|
Enables Scanner V4. The default value is default , which is disabled. To enable Scanner V4, set this parameter to Enabled . |