-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from xirehat/main
Add README
- Loading branch information
Showing
2 changed files
with
27 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# helm-charts | ||
Kubernetes Helm Charts for GatewayD | ||
# GatewayD Community Kubernetes Helm Charts | ||
|
||
The Helm charts in this repository can be used for deploying GatewayD on Kubernetes. For instructions on how to use these charts, see the [README.md](charts/gatewayd/README.md). | ||
|
||
## Contributing | ||
|
||
We welcome contributions from everyone. Just open an [issue](https://github.com/gatewayd-io/helm-charts/issues) or send us a [pull request](https://github.com/gatewayd-io/helm-charts/pulls). | ||
|
||
## License | ||
|
||
GatewayD Helm Charts is licensed under the [Apache 2.0 License](https://github.com/gatewayd-io/helm-charts/blob/main/LICENSE). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# GatewayD Community Kubernetes Helm Charts | ||
|
||
This Helm charts installs GatewayD on your Kubernetes cluster. | ||
|
||
## How to use the charts | ||
|
||
1. Clone this repository | ||
2. Install the chart | ||
3. (Optionally) Uninstall the chart | ||
|
||
```bash | ||
git clone https://github.com/gatewayd-io/helm-charts.git | ||
cd helm-charts/charts/gatewayd/ | ||
helm install gatewayd-release -f values.yaml ./ | ||
# helm uninstall gatewayd-release | ||
``` |