Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osskit/dafka-producer-helm-chart
https://github.com/osskit/dafka-producer-helm-chart
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/osskit/dafka-producer-helm-chart
- Owner: osskit
- Created: 2021-06-04T10:54:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T20:52:26.000Z (9 months ago)
- Last Synced: 2024-03-22T14:38:22.370Z (9 months ago)
- Size: 105 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dafka-producer-helm-chart
This is a Helm Chart for the awesome [dafka-producer](https://github.com/osskit/dafka-producer) project.
## Usage
[Helm](https://helm.sh) must be installed to use the charts. Please refer to
Helm's [documentation](https://helm.sh/docs) to get started.Once Helm has been set up correctly, add the repo as follows:
helm repo add dafka-producer https://osskit.github.io/dafka-producer-helm-chart
If you had already added this repo earlier, run `helm repo update` to retrieve
the latest versions of the packages. You can then run `helm search repo dafka-producer` to see the charts.To install the dafka-producer chart:
helm upgrade my-dafka-producer dafka-producer/dafka-producer --install --namespace data --create-namespace
To uninstall the chart:
helm delete my-dafka-producer --namespace data
## Configuration
To get an overview of the configurable and default Values check out the Chart specific [README](./charts/dafka-producer/README.md).