Skip to content

Commit 93846c6

Browse files
committed
fix frontend service name
1 parent 5e8d648 commit 93846c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aiopslab/service/apps/astronomy_shop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def __init__(self):
1818
def load_app_json(self):
1919
super().load_app_json()
2020
metadata = self.get_app_json()
21-
self.frontend_service = "astronomy-shop-frontendproxy"
21+
self.frontend_service = "frontend-proxy"
2222
self.frontend_port = 8080
2323

2424
def deploy(self):

0 commit comments

Comments
 (0)