4.2.7.5 File System Storage Properties
Under workflow.config.storage.filesystem, provide
information about the file system you mount the MicroTx Workflows server.
You must mount a file system from a PersistentVolumeClaim (PVC) in Kubernetes. For steps to
create a PVC in Kubernetes in Oracle Cloud Infrastructure (OCI), see the
README.md file located in the installation_directory/MicroTx-RELEASE/deployment-descriptors/helmcharts/resources/persistent-volumes
folder. For instructions to create a PVC in other cloud environments, refer to the
documentation specific to the cloud provider.
| Property | Description |
|---|---|
fileSystem.enabled |
Set this to true to enable mounting a file system on the MicroTx Workflows server.
|
pvcName |
Name of the PVC used to mount the file system. |
The following code snippet provides sample values for tmmImage.
workflow:
config:
storage:
fileSystem:
enabled: "false"
pvcName: wf-fss-pvcParent topic: MicroTx Workflows Server Configuration