Skip to content
Snippets Groups Projects
Commit 4da2715f authored by Felipe D'Abrantes's avatar Felipe D'Abrantes
Browse files

Use correct uri in feed-service deployment file

parent 158efe5b
No related branches found
No related tags found
1 merge request!32Google Cloud Deployment
......@@ -21,7 +21,7 @@ spec:
- name: MONGO_URI
value: "mongodb://feed-mongo-service:27017/"
- name: FRIEND_SERVICE_URI
value: "http://friend-service:9000/"
value: "http://friend-backend-service:9000/"
- name: ENABLE_QUESTION_DB_SEEDING
value: "true"
- name: JWT_PRIVATE_KEY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment