Skip to content

Commit

Permalink
Codify new aggregation deploy scheme (#381)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf authored Oct 10, 2024
1 parent 73b13ff commit b84795b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion kubernetes/ingress/zooniverse.org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,24 @@ spec:
name: http-frontend
port:
number: 80
- host: aggregation-staging.zooniverse.org
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: aggregation-staging-app
port:
number: 80
- host: aggregation-caesar.zooniverse.org
http:
paths:
- pathType: Prefix
path: /
backend:
service:
name: aggregation-caesar
name: aggregation-production-app
port:
number: 80
- host: caesar-staging.zooniverse.org
Expand Down

0 comments on commit b84795b

Please sign in to comment.