Skip to content

Commit eac0710

Browse files
committed
Cleanup values after #322
1 parent 214a401 commit eac0710

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

haproxy/values.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)