Ephemeral storage

By default, ephemeral storage is allocated for the administrative and server bundle builds when Maximo® Manage is deployed. Administrators can modify the requests and also limit the amount of ephemeral storage that is provisioned.

By default, the administrative and server bundle builds request 30 GB of storage, and the builds assign a limit of 100 GB of storage, as shown in the following example:

      ephemeralStorage:
        requests:
          adminBuild: 30Gi
          serverBundleBuild: 30Gi
        limits:
          adminBuild: 100Gi
          serverBundleBuild: 100Gi
Administrators can configure different requests and limits by specifying different values in the custom resource for the application.

For more information, see Understanding ephemeral storage in the Red Hat® OpenShift® documentation.