q new file: README.md
new file: postgresql.yaml new file: redis-pod.yaml new file: result-pod.yaml new file: voting-pod.yaml new file: worker-pod.yaml
0 parents
Showing
6 changed files
with
73 additions
and
0 deletions
README.md
0 → 100644
1 | This microservice application is developped through docker containers / | ||
2 | |||
3 | - redis container listening in port 6379 | ||
4 | - postgres container listening in port 5432 | ||
5 | - python webserver to vote linstening in port 80 | ||
6 | - Nodejs webserver to see the result of voting listening in port 80 | ||
7 | - Worker server .net | ||
8 | |||
9 | for each containers theres a yaml file developed for pod and service ( the worker does not need a service creation) |
postgresql.yaml
0 → 100644
redis-pod.yaml
0 → 100644
result-pod.yaml
0 → 100644
voting-pod.yaml
0 → 100644
-
Please register or sign in to post a comment