From e62f8a9ef0aea796ef8437001079a1e3f1783fab Mon Sep 17 00:00:00 2001 From: Lukasz Lopatowski <llopat@man.poznan.pl> Date: Thu, 10 Sep 2020 10:00:43 +0200 Subject: [PATCH] Updated README content --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 757fa7f..750097d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # NMaaS Janitor - microservice that controls deployments + ## Used technologies * Go * Protobuf @@ -7,9 +8,12 @@ * go-gitlab ## Features -* Creating deployment ConfigMap when configuration is loaded on gitlab -* Updating deployment ConfigMap on demand +* Creating deployment ConfigMap(s) when configuration is pushed to GitLab repository +* Updating deployment ConfigMap(s) on demand +* Verifying deployment or statefulset status on demand +* Setting basic auth parameters on Ingress resources on demand +* Retrieving loadbalancer IP address assigned to given deployment or statefulset ## Deploying The provided docker image is a two-stage build image. -You don't have to compile protoc yourself, nor configure local golang environment. Just run `docker build`, and image will do all the work for you +You don't have to compile protoc yourself, nor configure local golang environment. Just run `docker build`, and image will do all the work for you. -- GitLab