Update image not load
This commit is contained in:
parent
b958bc94a7
commit
23ede80e86
@ -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 }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user