File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,8 @@ The following parameters must be provided in the input file:
105
105
| managedServerCount | Number of Managed Server instances to generate for the domain. | 2 |
106
106
| managedServerNameBase | Base string used to generate Managed Server names. | managed-server |
107
107
| managedServerPort | Port number for each Managed Server. | 8001 |
108
+ | persistenceType | Persistent volume type. The parameter value must be hostPath or nfs. If set to 'nfs', nfsServer must be specified | hostPath |
109
+ | nfsServer | NFS server name or ip. | nfsServer |
108
110
| persistencePath | Physical path of the persistent volume storage. | /scratch/k8s_dir/persistentVolume001 |
109
111
| persistenceSize | Total storage allocated by the persistent volume. | 10Gi |
110
112
| persistenceStorageClass | Name of the storage class to set for the persistent volume and persistent volume claim. | weblogic |
You can’t perform that action at this time.
0 commit comments