File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -195,9 +195,9 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
195
195
| ` haproxy.service.type ` | The service type of the HAproxy | ` ClusterIP ` |
196
196
| ` haproxy.pathbased.enabled ` | Parameter to enable path based routing on the HAProxy Load Balancer for MarkLogic | ` false ` |
197
197
| ` haproxy.frontendPort ` | Listening port in the Front-End section of the HAProxy when using Path based routing | ` 443 ` |
198
- | ` haproxy.DefaultAppappservices .path ` | Path used to expose MarkLogic App-Services App-Server | ` "" ` |
199
- | ` haproxy.DefaultAppadmin .path ` | Path used to expose MarkLogic Admin App-Server | ` "" ` |
200
- | ` haproxy.DefaultAppmanage .path ` | Path used to expose the MarkLogic Manage App-Server | ` "" ` |
198
+ | ` haproxy.DefaultApp.appservices .path ` | Path used to expose MarkLogic App-Services App-Server | ` "" ` |
199
+ | ` haproxy.DefaultApp.admin .path ` | Path used to expose MarkLogic Admin App-Server | ` "" ` |
200
+ | ` haproxy.DefaultApp.manage .path ` | Path used to expose the MarkLogic Manage App-Server | ` "" ` |
201
201
| ` haproxy.additionalAppServers ` | List of additional HTTP Ports configuration for HAproxy | ` [] ` |
202
202
| ` haproxy.tcpports.enabled ` | Parameter to enable TCP port routing on HAProxy | ` false ` |
203
203
| ` haproxy.tcpports ` | TCP Ports and load balancing type configuration for HAproxy | ` [] ` |
Original file line number Diff line number Diff line change 5
5
{{- $namespace := .Release.Namespace }}
6
6
{{- $clusterDomain := .Values.clusterDomain }}
7
7
{{- $haproxyTlsEnabled := .Values.haproxy.tls.enabled }}
8
- {{- $appServerTlsEnabled := .Values.tls.enableOnDefaultAppServers - }}
8
+ {{- $appServerTlsEnabled := .Values.tls.enableOnDefaultAppServers }}
9
9
{{- $certFileName := .Values.haproxy.tls.certFileName }}
10
10
{{- $appservicespath := .Values.haproxy.defaultAppServers.appservices.path }}
11
11
{{- $adminpath := .Values.haproxy.defaultAppServers.admin.path }}
Original file line number Diff line number Diff line change 1
1
{{- if .Values.haproxy.enabled }}
2
- {{- if not .Values.haproxy.pathbased.enabled - }}
3
- {{- $replicas := int .Values.replicaCount - }}
4
- {{- $releaseName := include "marklogic.fullname" . - }}
5
- {{- $namespace := .Release.Namespace - }}
6
- {{- $clusterDomain := .Values.clusterDomain - }}
7
- {{- $haproxyTlsEnabled := .Values.haproxy.tls.enabled - }}
8
- {{- $appServerTlsEnabled := .Values.tls.enableOnDefaultAppServers - }}
9
- {{- $certFileName := .Values.haproxy.tls.certFileName - }}
2
+ {{- if not .Values.haproxy.pathbased.enabled }}
3
+ {{- $replicas := int .Values.replicaCount }}
4
+ {{- $releaseName := include "marklogic.fullname" . }}
5
+ {{- $namespace := .Release.Namespace }}
6
+ {{- $clusterDomain := .Values.clusterDomain }}
7
+ {{- $haproxyTlsEnabled := .Values.haproxy.tls.enabled }}
8
+ {{- $appServerTlsEnabled := .Values.tls.enableOnDefaultAppServers }}
9
+ {{- $certFileName := .Values.haproxy.tls.certFileName }}
10
10
11
11
apiVersion : v1
12
12
kind : ConfigMap
You can’t perform that action at this time.
0 commit comments