Skip to content

Commit

Permalink
chore(helm chart/ingress): speckle-objects handle /preview endpoint (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat authored Jan 9, 2024
1 parent 5cd5733 commit 8180e4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/helm/speckle-server/templates/minion.ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ spec:
name: www
{{- end }}
- pathType: Exact
path: "/(graphql|explorer|(auth/.*)|(preview/.*)|(static/.*))"
path: "/(graphql|explorer|(auth/.*)|(static/.*))"
backend:
service:
name: speckle-server
port:
name: web
- pathType: Exact
path: "/((objects/.*)|(api/.*))"
path: "/((objects/.*)|(api/.*)|(preview/.*))"
backend:
service:
name: speckle-objects
Expand Down

0 comments on commit 8180e4f

Please sign in to comment.