Skip to content

Commit

Permalink
infra
Browse files Browse the repository at this point in the history
  • Loading branch information
alexinthesky committed Jan 7, 2025
1 parent 158cd66 commit b3caae3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions deployment/app/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ spec:
ingressClassName: nginx
tls:
- hosts:
- craig-app.cs.web3factory.consensys.net
- craig-app-us-east-1.cs.web3factory.consensys.net
rules:
- host: craig-app.cs.web3factory.consensys.net
- host: craig-app-us-east-1.cs.web3factory.consensys.net
http:
paths:
- backend:
Expand All @@ -31,9 +31,9 @@ spec:
ingressClassName: nginx
tls:
- hosts:
- craig-api.cs.web3factory.consensys.net
- craig-api-us-east-1.cs.web3factory.consensys.net
rules:
- host: craig-api.cs.web3factory.consensys.net
- host: craig-api-us-east-1.cs.web3factory.consensys.net
http:
paths:
- backend:
Expand Down

0 comments on commit b3caae3

Please sign in to comment.