Skip to content

Commit 78aad32

Browse files
fix: Support /codedx to /srm redirect
1 parent d353c66 commit 78aad32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup/core/charts/codedx/templates/NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Code Dx will be available at the following URL(s):
33
{{ range .Values.ingress.hosts }}
44
{{- if .tls -}}
5-
- https://{{ .name }}/codedx
5+
- https://{{ .name }}
66
{{ else -}}
7-
- http://{{ .name }}/codedx
7+
- http://{{ .name }}
88
{{ end -}}
99
{{- end -}}
1010
{{- else -}}

setup/core/charts/codedx/templates/codedx-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ spec:
2323
- host: {{ .name | quote }}
2424
http:
2525
paths:
26-
- path: /codedx
26+
- path: /
2727
pathType: Prefix
2828
backend:
2929
service:

0 commit comments

Comments
 (0)