Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests #110

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

tests #110

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Example Voting App
=========
=================

Getting started
---------------
Expand Down Expand Up @@ -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
Expand All @@ -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)

Expand Down
1 change: 1 addition & 0 deletions worker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[![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/)