diff --git a/.github/helm/affine/templates/ingress.yaml b/.github/helm/affine/templates/ingress.yaml index 5a391029d..3c74cfdb0 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: