Skip to content

Commit

Permalink
Updated README.md with build status and license
Browse files Browse the repository at this point in the history
  • Loading branch information
cherrymu authored Aug 22, 2024
1 parent 416affd commit 6ec2427
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Go Http Web Server
A simple http web server written in `Golang` exposing application metrics as a microservice. This project is built on the basic DevOps principles like building images securely through CI mechanism which includes signing of images, scanning for vulnerabilities and also does a continuous deployment test on every push and pull request. The application can be deployed easily on your kubernetes cluster using helm chart.

![Build Status](https://github.com/cherrymu/process-out-challenge/actions/workflows/ci.yml/badge.svg)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

## Pre-requisites for installation on Linux Machines

- [Docker](https://docs.docker.com/desktop/)
Expand Down

0 comments on commit 6ec2427

Please sign in to comment.