@@ -29,12 +29,12 @@ kubernetes:
29
29
imagePullPolicy : " %WEBLOGIC_IMAGE_PULL_POLICY%"
30
30
31
31
# Identify which Secret contains the credentials for pulling an image
32
- %WEBLOGIC_IMAGE_PULL_SECRET_PREFIX%imagePullSecrets:
32
+ %WEBLOGIC_IMAGE_PULL_SECRET_PREFIX%imagePullSecrets:
33
33
%WEBLOGIC_IMAGE_PULL_SECRET_PREFIX% "%WEBLOGIC_IMAGE_PULL_SECRET_NAME%":
34
34
35
35
# Identify which Secret contains the WebLogic Admin credentials (note that there is an example of
36
36
# how to create that Secret at the end of this file)
37
- webLogicCredentialsSecret :
37
+ webLogicCredentialsSecret :
38
38
name : ' %WEBLOGIC_CREDENTIALS_SECRET_NAME%'
39
39
40
40
# Whether to include the server out file into the pod's stdout, default is true
@@ -86,10 +86,10 @@ kubernetes:
86
86
%EXPOSE_ANY_CHANNEL_PREFIX%adminService:
87
87
%EXPOSE_ANY_CHANNEL_PREFIX% channels:
88
88
# 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%
91
91
# Uncomment to export the T3Channel as a service
92
- %EXPOSE_T3_CHANNEL_PREFIX% T3Channel:
92
+ %EXPOSE_T3_CHANNEL_PREFIX% - channelName: T3Channel
93
93
94
94
# clusters is used to configure the desired behavior for starting member servers of a cluster.
95
95
# If you use this entry, then the rules will be applied to ALL servers that are members of the named clusters.
0 commit comments