Skip to content

Commit 2e6dbc3

Browse files
authored
Merge pull request #182 from marklogic/feature/MLE-2507-path-based-routing
MLE-2507-correct ingress and values file
2 parents 44928e0 + f2fe2be commit 2e6dbc3

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

charts/templates/ingress.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{{- if .Values.ingress.enabled -}}
22
{{- $haproxyServiceName := include "marklogic.haproxy.servicename" . -}}
33
{{- $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 }}
74
apiVersion: networking.k8s.io/v1
85
kind: Ingress
96
metadata:

charts/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -380,13 +380,13 @@ haproxy:
380380

381381
defaultAppServers:
382382
appservices:
383-
# path: /console
383+
path: /console
384384
port: 8000
385385
admin:
386-
# path: /adminUI
386+
path: /adminUI
387387
port: 8001
388388
manage:
389-
# path: /manage
389+
path: /manage
390390
port: 8002
391391

392392

0 commit comments

Comments
 (0)