File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
{{- if .Values.ingress.enabled -}}
2
2
{{- $haproxyServiceName := include "marklogic.haproxy.servicename" . -}}
3
3
{{- $svcPort := .Values.haproxy.frontendPort -}}
4
- {{- if not (hasKey .Values.ingress.annotations "kubernetes.io/ingress.class") }}
5
- {{- $_ := set .Values.ingress.annotations "kubernetes.io/ingress.class" .Values.ingress.className}}
6
- {{- end }}
7
4
apiVersion : networking.k8s.io/v1
8
5
kind : Ingress
9
6
metadata :
Original file line number Diff line number Diff line change @@ -380,13 +380,13 @@ haproxy:
380
380
381
381
defaultAppServers :
382
382
appservices :
383
- # path: /console
383
+ path : /console
384
384
port : 8000
385
385
admin :
386
- # path: /adminUI
386
+ path : /adminUI
387
387
port : 8001
388
388
manage :
389
- # path: /manage
389
+ path : /manage
390
390
port : 8002
391
391
392
392
You can’t perform that action at this time.
0 commit comments