Skip to content

Commit 3d54ec1

Browse files
authored
revert ingress hostname to rt
1 parent d53cd50 commit 3d54ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.transpire.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def objects():
2727

2828
ing = Ingress.from_svc(
2929
svc=svc,
30-
host="rt-dev.ocf.berkeley.edu",
30+
host="rt.ocf.berkeley.edu",
3131
path_prefix="/",
3232
)
3333
sec = Secret(

0 commit comments

Comments
 (0)