Declaring your storage type

Update the analytics-extra-values.yaml file to assign a storage type in your IBM® API Connect Analytics deployment.

About this task

By default, Analytics uses shared storage on VMware. Edit the analytics-extra-values.yaml file and add a storage section with the specific setting as explained in the following instructions.

Procedure

  1. Open the analytics-extra-values.yaml file for editing.
  2. Add a storage section as shown in the following example:
    storage:
      type: shared
      shared:
        volumeClaimTemplate:
          storageClassName: $STORAGE_CLASS

    where $STORAGE_CLASS is the Kubernetes storage class to be used for persistent volume claims (for more information, see Planning the Analytics profile and storage).

  3. Save the file.