ci: proxy /oauth to server (#6095)

This commit is contained in:
liuyi
2024-03-13 02:33:58 +00:00
parent 20bce48132
commit d8f9e357d0

View File

@@ -60,6 +60,13 @@ spec:
name: affine-graphql
port:
number: {{ .Values.graphql.service.port }}
- path: /oauth
pathType: Prefix
backend:
service:
name: affine-graphql
port:
number: {{ .Values.graphql.service.port }}
- path: /
pathType: Prefix
backend: