Skip to content

Commit 91a0b9d

Browse files
Removing the cluster from the kubernetes spec section of the wdt k8s template file (#2372)
Co-authored-by: [email protected] <[email protected]>
1 parent 66d1074 commit 91a0b9d

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)