@@ -15,8 +15,8 @@ adminServerName: admin-server
15
15
domainUID : domain1
16
16
17
17
# Home of the WebLogic domain
18
- # By default, this is set to /shared/domains/domainUID
19
- domainHome : /shared/domains/domain1
18
+ # The default is /shared/domains/< domainUID>
19
+ domainHome :
20
20
21
21
# Type of WebLogic Cluster
22
22
# Legal values are "CONFIGURED" or "DYNAMIC"
@@ -56,16 +56,17 @@ imagePullPolicy: IfNotPresent
56
56
productionModeEnabled : true
57
57
58
58
# Name of the Kubernetes secret for the Admin Server's username and password
59
- # The name must be lowercase
60
- weblogicCredentialsSecretName : domain1-weblogic-credentials
59
+ # The name must be lowercase.
60
+ # The default is <domainUID>-weblogic-credentials.
61
+ weblogicCredentialsSecretName :
61
62
62
- # Whether to include server .out to the pod's stdout, default is true
63
+ # Whether to include server .out to the pod's stdout.
64
+ # The default is true.
63
65
includeServerOutInPodLog : true
64
66
65
67
# The in-pod name of the directory to store the domain, node manager, server logs, and server .out
66
68
# files in.
67
- # If not specified or empty, domain log file, server logs, server out, and node manager log files
68
- # will be stored in the default logHome location of /shared/logs/<domainUID>/.
69
+ # The default is /shared/logs/<domainUID>/.
69
70
logHome :
70
71
71
72
# Port for the T3Channel of the NetworkAccessPoint
@@ -93,7 +94,8 @@ namespace: default
93
94
javaOptions : -Dweblogic.StdoutDebugEnabled=false
94
95
95
96
# Name of the persistent volume claim
96
- persistentVolumeClaimName : weblogic-sample-pvc
97
+ # The default is <domainUID>-weblogic-sample-pvc
98
+ persistentVolumeClaimName :
97
99
98
100
# Mount path of the domain persistent volume.
99
101
domainPVMountPath : /shared
0 commit comments