Skip to content

Commit 4fb4896

Browse files
fix(k8s): add /static/admin/ path to ingress
1 parent 4e25084 commit 4fb4896

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)