Skip to content

Commit

Permalink
chore: update ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Dec 13, 2024
1 parent b26ed4c commit 17e01ba
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 17e01ba

Please sign in to comment.