Configuring AppScan 360° Static Analysis deployment

Configuring auto-scaling replica count

To configure the maximum number of instances to auto-scale preparer, analyzer, and ascp-adapter, add these properties in the customized values file:
> global:
  <component-name>:
    common:
      hpa:
        maxReplicaCount: 10

Configuring storage

You can configure storage size in the values.yaml:
global:
  storage:
    pvc:
        storage: <storage-size>
    pvcLogs:
        storage: <storage-size>
For more details on configurable options for storage, see the values.yaml file:
  • For Harbor, see Projects > appscan360-sast/sast-service/sast-service-core > values
  • For archive files, see helm/sast-service-core/values.yaml