File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Copyright 2017, 2018, Oracle Corporation and/or its affiliates. All rights reserved.
2
+
2
3
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
3
4
#
4
5
# This is an example of how to define a Domain Custom Resource.
@@ -8,6 +9,10 @@ kind: Domain
8
9
metadata :
9
10
name : %DOMAIN_UID%
10
11
namespace : %NAMESPACE%
12
+ labels :
13
+ weblogic.resourceVersion : domain-v2
14
+ weblogic.domainUID : %DOMAIN_UID%
15
+ weblogic.domainName : %DOMAIN_NAME%
11
16
spec :
12
17
# The domainUID must be unique across the entire Kubernetes Cluster. Each WebLogic Domain must
13
18
# have its own unique domainUID. This does not have to be the same as the Domain Name. It is allowed
18
23
domainName : %DOMAIN_NAME%
19
24
# The WebLogic Domain Home
20
25
domainHome : %DOMAIN_HOME%
26
+ # If the domain home is in the image
27
+ domainHomeInImage : false
21
28
# The Operator currently does not support other images
22
29
image : " %WEBLOGIC_IMAGE%"
23
30
# imagePullPolicy defaults to "Always" if image version is :latest
You can’t perform that action at this time.
0 commit comments