File tree 1 file changed +18
-18
lines changed
kubernetes/samples/quick-start
1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2022, Oracle and/or its affiliates.
1
+ # Copyright (c) 2022, 2024, Oracle and/or its affiliates.
2
2
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
3
3
4
+ apiVersion : " weblogic.oracle/v1"
5
+ kind : Cluster
6
+ metadata :
7
+ name : sample-domain1-cluster-1
8
+ # Update this with the namespace your domain will run in:
9
+ namespace : sample-domain1-ns
10
+ labels :
11
+ # Update this with the `domainUID` of your domain:
12
+ weblogic.domainUID : sample-domain1
13
+
14
+ spec :
15
+ replicas : 2
16
+ clusterName : cluster-1
17
+
18
+ ---
19
+
4
20
apiVersion : " weblogic.oracle/v9"
5
21
kind : Domain
6
22
metadata :
@@ -128,20 +144,4 @@ spec:
128
144
# Secrets that are referenced by model yaml macros
129
145
# (the model yaml in the optional configMap or in the image)
130
146
# secrets:
131
- # - sample-domain1-datasource-secret
132
-
133
- ---
134
-
135
- apiVersion : " weblogic.oracle/v1"
136
- kind : Cluster
137
- metadata :
138
- name : sample-domain1-cluster-1
139
- # Update this with the namespace your domain will run in:
140
- namespace : sample-domain1-ns
141
- labels :
142
- # Update this with the `domainUID` of your domain:
143
- weblogic.domainUID : sample-domain1
144
-
145
- spec :
146
- replicas : 2
147
- clusterName : cluster-1
147
+ # - sample-domain1-datasource-secret
You can’t perform that action at this time.
0 commit comments