Skip to content

Commit f051619

Browse files
committed
Backport revised model tempates to work with revised WDT schema
1 parent f19f2e2 commit f051619

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ kubernetes:
2929
imagePullPolicy: "%WEBLOGIC_IMAGE_PULL_POLICY%"
3030

3131
# Identify which Secret contains the credentials for pulling an image
32-
%WEBLOGIC_IMAGE_PULL_SECRET_PREFIX%imagePullSecrets:
32+
%WEBLOGIC_IMAGE_PULL_SECRET_PREFIX%imagePullSecrets:
3333
%WEBLOGIC_IMAGE_PULL_SECRET_PREFIX% "%WEBLOGIC_IMAGE_PULL_SECRET_NAME%":
3434

3535
# Identify which Secret contains the WebLogic Admin credentials (note that there is an example of
3636
# how to create that Secret at the end of this file)
37-
webLogicCredentialsSecret:
37+
webLogicCredentialsSecret:
3838
name: '%WEBLOGIC_CREDENTIALS_SECRET_NAME%'
3939

4040
# Whether to include the server out file into the pod's stdout, default is true
@@ -85,10 +85,10 @@ kubernetes:
8585
%EXPOSE_ANY_CHANNEL_PREFIX%adminService:
8686
%EXPOSE_ANY_CHANNEL_PREFIX% channels:
8787
# The Admin Server's NodePort
88-
%EXPOSE_ANY_CHANNEL_PREFIX% default:
89-
%EXPOSE_ADMIN_PORT_PREFIX% nodePort: %ADMIN_NODE_PORT%
88+
%EXPOSE_ANY_CHANNEL_PREFIX% - channelName: default
89+
%EXPOSE_ADMIN_PORT_PREFIX% nodePort: %ADMIN_NODE_PORT%
9090
# Uncomment to export the T3Channel as a service
91-
%EXPOSE_T3_CHANNEL_PREFIX% T3Channel:
91+
%EXPOSE_T3_CHANNEL_PREFIX% - channelName: T3Channel
9292

9393
# Istio service mesh support is experimental.
9494
%ISTIO_PREFIX%configuration:

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ kubernetes:
2929
imagePullPolicy: "%WEBLOGIC_IMAGE_PULL_POLICY%"
3030

3131
# Identify which Secret contains the credentials for pulling an image
32-
%WEBLOGIC_IMAGE_PULL_SECRET_PREFIX%imagePullSecrets:
32+
%WEBLOGIC_IMAGE_PULL_SECRET_PREFIX%imagePullSecrets:
3333
%WEBLOGIC_IMAGE_PULL_SECRET_PREFIX% "%WEBLOGIC_IMAGE_PULL_SECRET_NAME%":
3434

3535
# Identify which Secret contains the WebLogic Admin credentials (note that there is an example of
3636
# how to create that Secret at the end of this file)
37-
webLogicCredentialsSecret:
37+
webLogicCredentialsSecret:
3838
name: '%WEBLOGIC_CREDENTIALS_SECRET_NAME%'
3939

4040
# Whether to include the server out file into the pod's stdout, default is true
@@ -86,10 +86,10 @@ kubernetes:
8686
%EXPOSE_ANY_CHANNEL_PREFIX%adminService:
8787
%EXPOSE_ANY_CHANNEL_PREFIX% channels:
8888
# The Admin Server's NodePort
89-
%EXPOSE_ANY_CHANNEL_PREFIX% default:
90-
%EXPOSE_ADMIN_PORT_PREFIX% nodePort: %ADMIN_NODE_PORT%
89+
%EXPOSE_ANY_CHANNEL_PREFIX% - channelName: default
90+
%EXPOSE_ADMIN_PORT_PREFIX% nodePort: %ADMIN_NODE_PORT%
9191
# Uncomment to export the T3Channel as a service
92-
%EXPOSE_T3_CHANNEL_PREFIX% T3Channel:
92+
%EXPOSE_T3_CHANNEL_PREFIX% - channelName: T3Channel
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.

0 commit comments

Comments
 (0)