Skip to content

Commit 360fa2b

Browse files
committed
Backport add clusters and replicas to sample model file
1 parent 03650b6 commit 360fa2b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/wdt_k8s_model_template.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,9 @@ kubernetes:
9393

9494
# clusters is used to configure the desired behavior for starting member servers of a cluster.
9595
# If you use this entry, then the rules will be applied to ALL servers that are members of the named clusters.
96-
#clusters:
97-
# '@@PROP:clusterName@@':
98-
# serverStartState: "RUNNING"
99-
# replicas: %INITIAL_MANAGED_SERVER_REPLICAS%
96+
clusters:
97+
- clusterName: %CLUSTER_NAME%
98+
replicas: %INITIAL_MANAGED_SERVER_REPLICAS%
10099

101100
# Istio service mesh support is experimental.
102101
%ISTIO_PREFIX%configuration:

0 commit comments

Comments
 (0)