Skip to content
This repository was archived by the owner on Dec 20, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (20 loc) · 610 Bytes

File metadata and controls

23 lines (20 loc) · 610 Bytes

Sample - Helm Charts automation using http endpoints

prerequisites

  1. Create a Kubernetes cluster
  2. Install the Helm automation container. Installation instructions here.
  3. Get the automation service external url by running
kubectl get services

Usage

  1. Set needed environment variable:
export SERVICE_URL=<service_ip>
  1. Run locally using
node index.js
  1. Trigger a GET command to the following url: localhost:4001/test

A new RabbitMQ container should be installed on the cluster with an exposed port on the already existing ingress controller.