fix(server): renderer path (#8305)

This commit is contained in:
forehalo
2024-09-19 08:16:13 +00:00
parent 5d57f53a06
commit 260104c933
2 changed files with 65 additions and 50 deletions

View File

@@ -60,15 +60,8 @@ spec:
name: affine-graphql
port:
number: {{ .Values.graphql.service.port }}
- path: /workspace/([^/]+)/(home|all|search|collection|tag|trash)
pathType: ImplementationSpecific
backend:
service:
name: affine-web
port:
number: {{ .Values.web.service.port }}
- path: /workspace/([^/]+)/.+
pathType: ImplementationSpecific
- path: /workspace
pathType: Prefix
backend:
service:
name: affine-renderer
@@ -81,11 +74,4 @@ spec:
name: affine-web
port:
number: {{ .Values.web.service.port }}
- path: /js/worker.(.+).js
pathType: ImplementationSpecific
backend:
service:
name: affine-web
port:
number: {{ .Values.web.service.port }}
{{- end }}