File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -89,14 +89,17 @@ exposeAdminNodePort: false
8989# Name of the domain namespace
9090namespace : default
9191
92- # Load balancer to deploy. Supported values are:TRAEFIK, APACHE, NONE
92+ # Load balancer to deploy. Supported values are: TRAEFIK, APACHE, NONE
9393loadBalancer : 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
9697loadBalancerAppPrepath : /
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.
100103loadBalancerVolumePath :
101104
102105# Load balancer web port
You can’t perform that action at this time.
0 commit comments