Update image not load

This commit is contained in:
dvirlabs 2026-05-08 18:04:26 +03:00
parent b958bc94a7
commit 23ede80e86

View File

@ -29,6 +29,15 @@ spec:
- host: {{ .host | quote }}
http:
paths:
# Route /uploads to backend for serving static images
- path: /uploads
pathType: Prefix
backend:
service:
name: {{ include "brand-master.fullname" $ }}-backend
port:
number: {{ $.Values.backend.service.port }}
# Route everything else to frontend
{{- range .paths }}
- path: {{ .path }}
pathType: {{ .pathType }}