Skip to content
Snippets Groups Projects
Commit e62f8a9e authored by Lukasz Lopatowski's avatar Lukasz Lopatowski
Browse files

Updated README content

parent fde4aff0
Branches release/1.3.6
Tags
No related merge requests found
# 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment