File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,9 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
211
211
| ` logCollection.files.auditLogs ` | Parameter to enable collection of MarkLogics audit logs when log collection is enabled | ` true ` |
212
212
| ` logCollection.outputs ` | Configure desired output for fluent-bit | ` "" ` |
213
213
| ` haproxy.enabled ` | Parameter to enable the HAProxy Load Balancer for MarkLogic Server | ` false ` |
214
+ | ` haproxy.image.repository ` | Repository for HAProxy image | ` haproxytech/haproxy-alpine ` |
215
+ | ` haproxy.image.tag ` | Tag for HAProxy image | ` 2.9.4 ` |
216
+ | ` haproxy.image.pullPolicy ` | Haproxy iamge Pull Policy | ` IfNotPresent ` |
214
217
| ` haproxy.existingConfigmap ` | Name of an existing configmap with configuration for HAProxy | ` marklogic-haproxy ` |
215
218
| ` haproxy.replicaCount ` | Number of HAProxy Deployment | ` 2 ` |
216
219
| ` haproxy.restartWhenUpgrade.enabled ` | Automatically roll Deployments for every helm upgrade | ` true ` |
You can’t perform that action at this time.
0 commit comments