Skip to content

Commit 28abfe4

Browse files
committed
Add more comments for the two new inputs properties
Signed-off-by: Dongbo Xiao <[email protected]>
1 parent d296c2f commit 28abfe4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

kubernetes/create-weblogic-domain-inputs.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,17 @@ exposeAdminNodePort: false
8989
# Name of the domain namespace
9090
namespace: default
9191

92-
# Load balancer to deploy. Supported values are:TRAEFIK, APACHE, NONE
92+
# Load balancer to deploy. Supported values are: TRAEFIK, APACHE, NONE
9393
loadBalancer: TRAEFIK
9494

95-
# Load balancer app prepath
95+
# Load balancer app prepath used for APACHE load balancer
96+
# This defines the /location in the built-in Apache plugin configuration module for WebLogic
9697
loadBalancerAppPrepath: /
9798

98-
# Docker volume path for APACHE
99-
# By default, the VolumePath is empty, which will cause the volume mount be disabled
99+
# Docker volume path for APACHE. By default, it is empty, which causes the volume mount be
100+
# disabled and, thereforem the built-in Apache plugin config be used.
101+
# Use this to provide your own Apache plugin configuration as needed; simply define this
102+
# path and put your own custom_mod_wl_apache.conf file under this path.
100103
loadBalancerVolumePath:
101104

102105
# Load balancer web port

0 commit comments

Comments
 (0)