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

Updated README content

parent fde4aff0
No related branches found
No related tags found
No related merge requests found
# NMaaS Janitor - microservice that controls deployments # NMaaS Janitor - microservice that controls deployments
## Used technologies ## Used technologies
* Go * Go
* Protobuf * Protobuf
...@@ -7,9 +8,12 @@ ...@@ -7,9 +8,12 @@
* go-gitlab * go-gitlab
## Features ## Features
* Creating deployment ConfigMap when configuration is loaded on gitlab * Creating deployment ConfigMap(s) when configuration is pushed to GitLab repository
* Updating deployment ConfigMap on demand * 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 ## Deploying
The provided docker image is a two-stage build image. 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