We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4603466 commit ead13dbCopy full SHA for ead13db
kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/wdt_k8s_model_template.yaml
@@ -93,10 +93,10 @@ kubernetes:
93
94
# clusters is used to configure the desired behavior for starting member servers of a cluster.
95
# 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%
+ #clusters:
+ # '@@PROP:clusterName@@':
+ # serverStartState: "RUNNING"
+ # replicas: %INITIAL_MANAGED_SERVER_REPLICAS%
100
101
# Istio service mesh support is experimental.
102
%ISTIO_PREFIX%configuration:
0 commit comments