From d8f9e357d0b81535ff6bc9aff2a3729d1a5e177e Mon Sep 17 00:00:00 2001 From: liuyi Date: Wed, 13 Mar 2024 02:33:58 +0000 Subject: [PATCH] ci: proxy /oauth to server (#6095) --- .github/helm/affine/templates/ingress.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/helm/affine/templates/ingress.yaml b/.github/helm/affine/templates/ingress.yaml index 5a391029d8..3c74cfdb06 100644 --- a/.github/helm/affine/templates/ingress.yaml +++ b/.github/helm/affine/templates/ingress.yaml @@ -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: