Skip to content

Commit 20dbc3f

Browse files
authored
specify replicas in wdt model (#3231)
1 parent d84415e commit 20dbc3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ kubernetes:
5252
# data storage directories are determined from the WebLogic domain home configuration.
5353
dataHome: "%DATA_HOME%"
5454

55+
replicas: %INITIAL_MANAGED_SERVER_REPLICAS%
56+
5557
# serverStartPolicy legal values are "NEVER", "IF_NEEDED", or "ADMIN_ONLY"
5658
# This determines which WebLogic Servers the Operator will start up when it discovers this Domain
5759
# - "NEVER" will not start any server in the domain

0 commit comments

Comments
 (0)