Skip to content

Commit 2bff23b

Browse files
authored
Merge pull request #91 from oracle/merge-gitlab
Merge gitlab changes
2 parents b538628 + a6db86c commit 2bff23b

29 files changed

+2031
-1490
lines changed

kubernetes/create-domain-job-inputs.yaml

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ createDomainScript: /u01/weblogic/create-domain-script.sh
1414
domainName: base_domain
1515

1616
# Unique id identifying a domain.
17-
# This id must be unique across all domains in a Kubernetes cluster
17+
# This id must be lowercase and unique across all domains in a Kubernetes cluster
1818
domainUid: domain1
1919

2020
# Cluster name
@@ -40,34 +40,29 @@ persistenceSize: 10Gi
4040

4141
# Name of the storage class to set for the persistent volume and persistent volume claim
4242
# The default value that will be used is the value of the domainUid input parameter
43+
# The name of the storage class must be in lowercase
4344
#persistenceStorageClass:
4445

45-
# Name of the Kubernetes persistent volume claim for this domain
46+
# Name of the Kubernetes persistent volume claim for this domain. Name must be lowercase.
4647
# The persistent volume claim name will be prepended with '${domainUid}-' by create-domain-job.sh
4748
# if it is not already
4849
persistenceVolumeClaimName: pv001-claim
4950

50-
# Name of the Kubernetes persistent volume for this domain
51+
# Name of the Kubernetes persistent volume for this domain. Name must be lowercase.
5152
# The persistent volume name will be prepended with '${domainUid}-' by create-domain-job.sh
5253
# if it is not already
5354
persistenceVolumeName: pv001
5455

55-
# Boolean indiciating whether to erase/overwrite an existing data found in the persistent volume
56-
# WARNING: if you set this to true, then ALL data found in the persistent volume will be deleted!
57-
replaceExistingDomain: false
58-
5956
# Boolean indicating if production mode is enabled for the domain
6057
productionModeEnabled: true
6158

62-
# Path for mounting secrets
63-
secretsMountPath: /var/run/secrets-domain1
64-
6559
# Name of the Kubernetes secret for the Admin Server's username and password
60+
# The name must be lowercase
6661
secretName: domain1-weblogic-credentials
6762

6863
# Name of the Kubernetes secret to access the Docker Store to pull the WebLogic Server Docker image
6964
# The presence of the secret will be validated when this parameter is enabled.
70-
#imagePullSecretName: docker-store-secret
65+
#imagePullSecretName:
7166

7267
# Port for the T3Channel of the NetworkAccessPoint
7368
t3ChannelPort: 30012
@@ -98,3 +93,6 @@ loadBalancerWebPort: 30305
9893

9994
# Load balancer admin port
10095
loadBalancerAdminPort: 30315
96+
97+
#Java Option for Weblogic Server
98+
javaOptions: -Dweblogic.StdoutDebugEnabled=false

0 commit comments

Comments
 (0)