Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neondatabase/helm-charts
neondatabase helm charts
https://github.com/neondatabase/helm-charts
helm helm-charts team-infra
Last synced: about 1 month ago
JSON representation
neondatabase helm charts
- Host: GitHub
- URL: https://github.com/neondatabase/helm-charts
- Owner: neondatabase
- License: apache-2.0
- Created: 2021-12-17T13:49:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T14:23:26.000Z (about 2 months ago)
- Last Synced: 2024-12-16T15:36:59.122Z (about 2 months ago)
- Topics: helm, helm-charts, team-infra
- Language: Smarty
- Homepage:
- Size: 259 KB
- Stars: 39
- Watchers: 12
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Neondatabase Kubernetes Helm Charts
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
These helm charts are used for deploying several services that make up the Neon platform. Please note that the charts
do not give you a fully working Neon-like system: they are just for individual services, and are unlikely to be useful
for you unless you're also deploying other components (e.g. postgres) independently.This functionality is in beta and is subject to change. The code is provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
## 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 is set up properly, add the repo as follows:
```console
helm repo add neondatabase https://neondatabase.github.io/helm-charts
```You can then run `helm search repo neondatabase` to see the charts.
## Contributing
The source code of all Neondatabase Helm charts can be found on Github:
We'd love to have you contribute! Please refer to our [contribution guidelines](https://github.com/neondatabase/helm-charts/blob/main/CONTRIBUTING.md) for details.
## License
[Apache 2.0 License](https://github.com/neondatabase/helm-charts/blob/main/LICENSE).
## Helm charts build status
![Release Charts](https://github.com/neondatabase/helm-charts/workflows/Release%20Charts/badge.svg?branch=main) [![Lint and Test Charts](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml/badge.svg)](https://github.com/neondatabase/helm-charts/actions/workflows/lint-test.yaml)