Skip to content

Commit

Permalink
Merge pull request #347 from zooniverse/fe-root-ingress
Browse files Browse the repository at this point in the history
Add fe-root ingress
  • Loading branch information
zwolf authored Apr 18, 2024
2 parents 08291c7 + f22a799 commit 7a5a0f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kubernetes/ingress/zooniverse.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,16 @@ spec:
name: zooniverse-org-project-production
port:
number: 80
- host: fe-root.preview.zooniverse.org
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: zooniverse-org-root-staging
port:
number: 80
- host: fe-static.zooniverse.org
http:
paths:
Expand Down

0 comments on commit 7a5a0f3

Please sign in to comment.