Skip to content

Commit

Permalink
Merge pull request #11 from xirehat/main
Browse files Browse the repository at this point in the history
Add README
  • Loading branch information
mostafa authored Oct 30, 2023
2 parents 68d416a + 70f5836 commit 450ab23
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
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).
16 changes: 16 additions & 0 deletions charts/gatewayd/README.md
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
```

0 comments on commit 450ab23

Please sign in to comment.