Skip to content

Commit

Permalink
Add fe-root ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Apr 18, 2024
1 parent 08291c7 commit f22a799
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 f22a799

Please sign in to comment.