dragonfly/deploy/charts/dragonfly
Jim Ma 0af164f8fd
feature: add pod labels in helm chart (#447)
Signed-off-by: Jim Ma <majinjing3@gmail.com>
2023-06-28 17:30:26 +08:00
..
templates feature: add pod labels in helm chart (#447) 2023-06-28 17:30:26 +08:00
.helmignore Change Dockerfile directory and clean up project (#165) 2023-06-28 17:21:32 +08:00
Chart.yaml Change Dockerfile directory and clean up project (#165) 2023-06-28 17:21:32 +08:00
README.md chore: custom charts template namespace (#416) 2023-06-28 17:28:02 +08:00
values.yaml feature: add pod labels in helm chart (#447) 2023-06-28 17:30:26 +08:00

README.md

Dragonfly

Install

Install with Helm 3:

helm install dragonfly https://github.com/dragonfly/Dragonfly2/releases/download/v0.1.0-beta/dragonfly-chart.tgz

Uninstall

$ helm delete dragonfly
release "dragonfly" uninstalled

[TODO] Configuration

The following table lists the configurable parameters of the dragonfly chart, and their default values.

Parameter Description Default
installation.jaeger whether enable an all in one jaeger for tracing false

Specify each parameter using the --set key=value[,key=value] argument to helm install.

For example:

helm install --namespace dragonfly-system dragonfly https://...

Reference

https://github.com/openkruise/kruise/blob/master/charts/kruise/v0.9.0/README.md