Skip to content

Commit

Permalink
chore: update ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Nov 12, 2024
1 parent ae14581 commit 16c95e6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/helm/affine/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,20 @@ spec:
name: affine-graphql
port:
number: {{ .Values.graphql.service.port }}
- path: /oauth/login
pathType: Prefix
backend:
service:
name: affine-graphql
port:
number: {{ .Values.graphql.service.port }}
- path: /desktop-signin
pathType: Prefix
backend:
service:
name: affine-graphql
port:
number: {{ .Values.graphql.service.port }}
- path: /workspace
pathType: Prefix
backend:
Expand Down

0 comments on commit 16c95e6

Please sign in to comment.