Skip to content

Commit ead13db

Browse files
bhavaniravichandranBHAVANI.RAVICHANDRAN@ORACLE.COM
andauthored
Removing the cluster from the kubernetes spec section of the wdt k8s template file (#2372)
Co-authored-by: BHAVANI.RAVICHANDRAN@ORACLE.COM <bravicha@bravicha-1.subnet1ad1phx.devweblogicphx.oraclevcn.com>
1 parent 4603466 commit ead13db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ 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+
# '@@PROP:clusterName@@':
98+
# serverStartState: "RUNNING"
99+
# replicas: %INITIAL_MANAGED_SERVER_REPLICAS%
100100

101101
# Istio service mesh support is experimental.
102102
%ISTIO_PREFIX%configuration:

0 commit comments

Comments
 (0)