Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpschmitt/microservices-sandbox-helm-chart
https://github.com/bpschmitt/microservices-sandbox-helm-chart
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpschmitt/microservices-sandbox-helm-chart
- Owner: bpschmitt
- Created: 2022-11-17T04:56:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T05:02:52.000Z (about 2 years ago)
- Last Synced: 2023-03-04T20:38:47.352Z (almost 2 years ago)
- Language: Smarty
- Size: 457 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# microservices-sandbox-helm-chart
A helm chart for deploying the Microservices Sandbox demo apps to your Kubernetes cluster.
## Pre-Requisites
```
kubectl create secret generic newrelic --from-literal=license_key=
```## Installation
```
helm repo add https://bpschmitt.github.io/microservices-sandbox-helm-chart
helm install microservices-sandbox microservices-sandbox/microservices-sandbox
```