Skip to content

Commit

Permalink
fix(deploy): Change api uri
Browse files Browse the repository at this point in the history
  • Loading branch information
DoyunShin committed Mar 6, 2024
1 parent ebf67da commit 4d423fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/base/server/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ metadata:
spec:
ingressClassName: alb
rules:
- host: ara-api.sparcs.org
- host: newara-api.sparcs.org
http:
paths:
- path: /
Expand All @@ -32,4 +32,4 @@ spec:
pathType: Prefix
tls:
- hosts:
- ara-api.sparcs.org
- newara-api.sparcs.org

0 comments on commit 4d423fb

Please sign in to comment.