Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoOMaia committed Nov 26, 2023
1 parent 194b7d0 commit b4e0e70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Kubernetes/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ spec:
app: playlist-recommender
ports:
- protocol: TCP
port: 8008
targetPort: 8008
port: 32196
targetPort: 32196
2 changes: 1 addition & 1 deletion Rest_API/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ def get_songs():
return jsonify({'songs': songs_data})

if __name__ == '__main__':
app.run(port=32196)
app.run(port=32196, host="0.0.0.0")

0 comments on commit b4e0e70

Please sign in to comment.