File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,11 @@ The following parameters must be provided in the input file:
110110| managedServerNameBase | Base string used to generate Managed Server names. | managed-server |
111111| managedServerPort | Port number for each Managed Server. | 8001 |
112112| namespace | The Kubernetes namespace to create the domain in. | default |
113- | nfsServer | NFS server name or ip . | |
113+ | nfsServer | NFS server name or IP . | |
114114| persistencePath | Physical path of the persistent volume storage. | /scratch/k8s_dir/persistentVolume001 |
115115| persistenceSize | Total storage allocated by the persistent volume. | 10Gi |
116116| persistenceStorageClass | Name of the storage class to set for the persistent volume and persistent volume claim. | weblogic |
117- | persistenceType | Persistent volume type. The parameter value must be hostPath or nfs. If set to 'nfs', nfsServer must be specified | hostPath |
117+ | persistenceType | Persistent volume type. The parameter value must be hostPath or nfs. If set to 'nfs', nfsServer must be specified. | hostPath |
118118| persistenceVolumeClaimName | Name of the Kubernetes persistent volume claim for this domain. | pv001-claim |
119119| persistenceVolumeName | Name of the Kubernetes persistent volume for this domain. | pv001 |
120120| productionModeEnabled | Boolean indicating if production mode is enabled for the domain. | true |
You can’t perform that action at this time.
0 commit comments