Skip to content

Commit b9a2c46

Browse files
authored
Update creating-domain.md
1 parent c2096ee commit b9a2c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/creating-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)