File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -264,15 +264,10 @@ config: |
264264 backend be_main
265265 server web1 10.0.0.1:8080 check
266266
267- # Mount path without using sub path for config file, To be able to do hot reload
268- configMount :
269- mountPath : /usr/local/etc/haproxy
270- subPath : " "
271-
272267# Mount path and sub path for config file
273- # configMount:
274- # mountPath: /usr/local/etc/haproxy/haproxy.cfg # EE images use /etc/hapee-VERSION/hapee-lb.cfg
275- # subPath: haproxy.cfg # EE images use hapee-lb.cfg
268+ configMount :
269+ mountPath : /usr/local/etc/haproxy # EE images use /etc/hapee-VERSION/hapee-lb.cfg
270+ subPath : " " # EE images use hapee-lb.cfg
276271
277272# # Basic features : Maps
278273# ref: http://cbonte.github.io/haproxy-dconv/2.6/configuration.html#7.3.1-map
You can’t perform that action at this time.
0 commit comments