From 6293da090c49c28caa5eee0e8cb0978282f776dc Mon Sep 17 00:00:00 2001 From: Mouhamadou Gueye Date: Fri, 29 Sep 2023 22:47:59 +0200 Subject: [PATCH 1/6] Update README.md Signed-off-by: Mouhamadou Gueye --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8ad8a94..ae4037e8 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Run the app in Kubernetes The folder k8s-specifications contains the yaml specifications of the Voting App's services. Run the following command to create the deployments and services objects: -``` +```sh $ kubectl create -f k8s-specifications/ deployment "db" created service "db" created From 77ae32b07c7f2ca8c356f41670081dfd5c3b2ced Mon Sep 17 00:00:00 2001 From: Mouhamadou Gueye Date: Sun, 1 Oct 2023 15:03:11 +0200 Subject: [PATCH 2/6] Create README.md Signed-off-by: Mouhamadou Gueye --- worker/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 worker/README.md diff --git a/worker/README.md b/worker/README.md new file mode 100644 index 00000000..81dad66a --- /dev/null +++ b/worker/README.md @@ -0,0 +1,2 @@ +http://ec2-34-229-47-7.compute-1.amazonaws.com:8080/buildStatus/icon?job=instavote%2Fworker-build +[![Build Status](http://ec2-34-229-47-7.compute-1.amazonaws.com:8080/buildStatus/icon?job=instavote%2Fworker-build)](http://ec2-34-229-47-7.compute-1.amazonaws.com:8080/job/instavote/job/worker-build/) From 2b076385f8f07e837eb4d1d3dfbdbccf415e1d8f Mon Sep 17 00:00:00 2001 From: Mouhamadou Gueye Date: Sun, 1 Oct 2023 15:08:13 +0200 Subject: [PATCH 3/6] Update README.md Signed-off-by: Mouhamadou Gueye --- worker/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/worker/README.md b/worker/README.md index 81dad66a..6fdfa27f 100644 --- a/worker/README.md +++ b/worker/README.md @@ -1,2 +1 @@ -http://ec2-34-229-47-7.compute-1.amazonaws.com:8080/buildStatus/icon?job=instavote%2Fworker-build [![Build Status](http://ec2-34-229-47-7.compute-1.amazonaws.com:8080/buildStatus/icon?job=instavote%2Fworker-build)](http://ec2-34-229-47-7.compute-1.amazonaws.com:8080/job/instavote/job/worker-build/) From 776a0eff14ce0bdc5289166f41e942c5102ddd22 Mon Sep 17 00:00:00 2001 From: Mouhamadou Gueye Date: Sun, 1 Oct 2023 15:11:11 +0200 Subject: [PATCH 4/6] Update README.md Signed-off-by: Mouhamadou Gueye From dc1977ff55408d2cc224f851b465fab3cdc35f15 Mon Sep 17 00:00:00 2001 From: "mouhamadou.gueye" Date: Sun, 1 Oct 2023 16:59:52 +0200 Subject: [PATCH 5/6] Change readme title --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae4037e8..83fdd7b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Example Voting App -========= +================= Getting started --------------- From 00d5bb9f729b06520eab4b566c3bc67a4f2aa190 Mon Sep 17 00:00:00 2001 From: "mouhamadou.gueye" Date: Sun, 1 Oct 2023 17:08:57 +0200 Subject: [PATCH 6/6] pull branch creation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83fdd7b8..cc59e469 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ deployment "worker" created The vote interface is then available on port 31000 on each host of the cluster, the result one is available on port 31001. Architecture ------ +----------- ![Architecture diagram](architecture.png)