Skip to content

Commit 2683303

Browse files
Merge pull request #59 from CodeForPhilly/develop
Release: v0.1.11
2 parents 99ce164 + 4fb4896 commit 2683303

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

helm-chart/templates/ingress.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ spec:
5252
name: {{ $fullName }}
5353
port:
5454
name: http
55+
- path: {{ . | trimSuffix "/" }}/static/admin/
56+
pathType: Prefix
57+
backend:
58+
service:
59+
name: {{ $fullName }}
60+
port:
61+
name: http
5562
{{- end }}
5663
{{- end }}
5764
{{- end }}

0 commit comments

Comments
 (0)