From dc96b15dacdd4485284cc79433a47a43c70935a0 Mon Sep 17 00:00:00 2001 From: stefanprodan Date: Tue, 6 Aug 2019 16:53:02 +0300 Subject: [PATCH] Add badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 179ecbf..97018f8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # podinfo +[![Build Status](https://travis-ci.org/stefanprodan/podinfo.svg?branch=master)](https://travis-ci.org/stefanprodan/podinfo) +[![Docker Pulls](https://img.shields.io/docker/pulls/stefanprodan/podinfo)](https://hub.docker.com/r/stefanprodan/podinfo) + Podinfo is a tiny web application made with Go that showcases best practices of running microservices in Kubernetes.