https://github.com/ahhhh-man/charts
Collection of Helm Charts for Knative
https://github.com/ahhhh-man/charts
helm-charts knative kubernetes serverless
Last synced: 6 months ago
JSON representation
Collection of Helm Charts for Knative
- Host: GitHub
- URL: https://github.com/ahhhh-man/charts
- Owner: Ahhhh-man
- License: apache-2.0
- Created: 2024-12-29T00:00:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-26T23:18:54.000Z (8 months ago)
- Last Synced: 2025-03-26T16:46:41.231Z (6 months ago)
- Topics: helm-charts, knative, kubernetes, serverless
- Language: Smarty
- Homepage: https://ahhhh-man.github.io/charts/
- Size: 400 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Charts for Knative
[](https://opensource.org/licenses/Apache-2.0)
[](https://artifacthub.io/packages/search?repo=ahhhh)This repository contains [Helm](https://helm.sh) charts for various knative projects
* [knative-serving](https://github.com/Ahhhh-man/charts/tree/main/charts/knative-serving)
* [kourier](https://github.com/Ahhhh-man/charts/tree/main/charts/kourier)
* [net-kourier](https://github.com/Ahhhh-man/charts/tree/main/charts/net-kourier)
* [net-istio](https://github.com/Ahhhh-man/charts/tree/main/charts/net-istio)
* [knative-eventing](https://github.com/Ahhhh-man/charts/tree/main/charts/knative-eventing)## Installing Charts from this Repository
Add the Repository to Helm:
```sh
helm repo add ahhhh https://ahhhh-man.github.io/charts
helm repo update
```Install serving:
```sh
helm install knative-serving ahhhh/knative-serving --namespace knative-serving --create-namespace \
--set "config.domain.'example\.localhost'=" \
--set "config.network.ingress-class=istio.ingress.networking.knative.dev"
```Install networking layer:
```sh
istioctl install -y
helm install net-istio ahhhh/net-istio --namespace knative-serving
```## License
[Apache 2.0 License](https://github.com/Ahhhh-man/charts/blob/main/LICENSE)