mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
chore(server): enable renderer for all deployment (#8283)
This commit is contained in:
15
.github/helm/affine/templates/ingress.yaml
vendored
15
.github/helm/affine/templates/ingress.yaml
vendored
@@ -60,15 +60,20 @@ spec:
|
||||
name: affine-graphql
|
||||
port:
|
||||
number: {{ .Values.graphql.service.port }}
|
||||
{{- if eq .Values.global.app.buildType "canary" }}
|
||||
- path: /workspace
|
||||
pathType: Prefix
|
||||
- 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
|
||||
backend:
|
||||
service:
|
||||
name: affine-renderer
|
||||
port:
|
||||
number: {{ .Values.graphql.service.port }}
|
||||
{{- end }}
|
||||
number: {{ .Values.renderer.service.port }}
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
|
||||
Reference in New Issue
Block a user