Configuring AppScan 360° Static Analysis deployment

Configuring auto-scaling

To configure the auto scaling feature for the prepare, analyze, and ASCP Adapter, add the setup to your values.yaml. For instance, to scale the analyzer:
> global:
  <component-name>:
    common:
      hpa:
        maxReplicaCount: 3

Configuring storage

You can configure storage size and storage class in the values.yaml:
global:
  storage:
    pvc:
        storageClassName: <storage-class-name>
        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