README-VALUES

The standard method of setting values for Acumos using the z2a installation method is to edit the global_value.yaml file. It should be noted, that there are some values that will need to set by editing other files.

Below are some examples of common value changes:

Nexus

For z2a using Flow-1 with an example values file, the default value for Nexus persistent volume storage size is 8GB (8Gi). This value is large enough to test with and not overly large for the recommended VM sizing.

To adjust the size of the Nexus persistent storage size, edit the following value in the global_value.yaml file:

# PVC
  acumosNexusPVCStorage: "8Gi"
Created:2020/10/05
Last Modified:2020/10/06