Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightstep/lightstep-microsatellite-helm-chart
Helm chart used for deploying Lightstep Microsatellites
https://github.com/lightstep/lightstep-microsatellite-helm-chart
helm-chart
Last synced: 8 days ago
JSON representation
Helm chart used for deploying Lightstep Microsatellites
- Host: GitHub
- URL: https://github.com/lightstep/lightstep-microsatellite-helm-chart
- Owner: lightstep
- Created: 2021-04-05T17:24:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-01T20:32:46.000Z (10 months ago)
- Last Synced: 2024-02-02T08:36:43.593Z (10 months ago)
- Topics: helm-chart
- Language: Mustache
- Homepage:
- Size: 193 KB
- Stars: 3
- Watchers: 15
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lightstep Microsatellite Helm Chart
This is a Helm chart used to deploy a Lightstep **microsatellite**. This repo is a fork of [lightstep-satellite-helm-chart](https://github.com/lightstep/lightstep-satellite-helm-chart/) for Lightstep microsatellites. Everything version 2.0.0 and after will be for microsatellites only.
All configuration should be made in the `values.yaml` file. Nothing else should need to be modified.
## Required Configuration
The minimum configuration for this to work is for the user to input either a Satellite API key or point to a kubernetes secret that contains the Satellite key.
If you're using an existing secret, enter the name and key of the secret that stores your satellite key. The values.yaml requires values for the secret name and secret key value, as below:
```bash
$ kubectl describe secret ${collector_satellite_key_secret_name}Name: collector_satellite_key_secret_name
Namespace: default
Labels:
Annotations:
Type: Opaque
Data
collector_satellite_key_secret_key: 390 bytes
```## Running the helm chart
In order to install the helm chart, clone the project, input your satellite key (and any other configuration desired) and then run
```bash
helm install satellite lightstep-microsatellite-helm-chart
```Or match the file path to the directory you installed.
Or install the helm chart from artifact hub here: https://artifacthub.io/packages/helm/lightstep-microsat/lightstep
## Contributors
Please delete the `charts/lightstepsatellite/README.md` and regenerate it with the [helm-docs](https://github.com/norwoodj/helm-docs) command.