From f7e49f85352f3c9d4168977bff2f7bd9ec8226bd Mon Sep 17 00:00:00 2001 From: Johannes Date: Tue, 10 Sep 2019 15:38:31 +0200 Subject: [PATCH] #757 Update of descriptions in Readme of each service --- README.md | 24 +++++++++++++++++-- ...on => helm-service.postman_collection.json | 0 2 files changed, 22 insertions(+), 2 deletions(-) rename helm-service.test_collection.json => helm-service.postman_collection.json (100%) diff --git a/README.md b/README.md index 60cbd07..2edf2df 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,23 @@ -# keptn Helm Service +# Helm Service -Services that fetches configuration files from GitHub and applies those using helm. +The *helm-service* is a Keptn core component that has two responsibilities: (1) creates/modifies the configuration of a service that is going to be onboarded, (2) fetches configuration files from the *configuration-service* and applies those using Helm. The current Helm version used by this service is helm 2.12.3. + +## Installation + +The *helm-service* is installed as a part of [Keptn](https://keptn.sh). + +## Deploy in your Kubernetes cluster + +To deploy the current version of the *helm-service* in your Keptn Kubernetes cluster, use the file `deploy/service.yaml` from this repository and apply it: + +```console +kubectl apply -f deploy/service.yaml +``` + +## Delete in your Kubernetes cluster + +To delete a deployed *helm-service*, use the file `deploy/service.yaml` from this repository and delete the Kubernetes resources: + +```console +kubectl delete -f deploy/service.yaml +``` \ No newline at end of file diff --git a/helm-service.test_collection.json b/helm-service.postman_collection.json similarity index 100% rename from helm-service.test_collection.json rename to helm-service.postman_collection.json