Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colearendt/helm
Helm charts for miscellaneous services that I use regularly
https://github.com/colearendt/helm
chart helm kubernetes
Last synced: 4 months ago
JSON representation
Helm charts for miscellaneous services that I use regularly
- Host: GitHub
- URL: https://github.com/colearendt/helm
- Owner: colearendt
- Created: 2021-02-01T21:46:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T14:22:34.000Z (6 months ago)
- Last Synced: 2024-10-11T18:23:17.179Z (4 months ago)
- Topics: chart, helm, kubernetes
- Language: Mustache
- Homepage:
- Size: 185 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Helm Charts
This repo houses a bunch of helm charts that I find useful.
## Generally Useful
- [`generic`](./charts/generic): As the name suggests, this chart can be used
to deploy a "generic" application.
- i.e. an application that needs a helm
chart, and does not need lots of customization. The goal is to have "most"
things available as values to customize. (Trying to reduce the number of
bespoke helm charts I need to maintain. I use this often for microservices,
etc.)
- [`regcred`](./charts/regcred): A chart to generate "registry credentials"
(i.e. pull secrets for Kubernetes) easily from values## Specific Applications
- [`traefik-forward-auth`](./charts/traefik-forward-auth): A chart for
deploying
[`traefik-forward-auth`](https://github.com/thomseddon/traefik-forward-auth) (a
service for adding OIDC to a generic traefik installation)
- [`postgrest`](./charts/postgrest): A chart for deploying
[PostgREST](https://postgrest.org/) (a fast and performant way to build an
API backend on top of a PostgreSQL database)
- [`training-ns`](./charts/training-ns): A chart I like to use for generating
throw-away namespaces and users for training others on Kubernetes## Other
- [`example](./charts/example): This example chart is just boilerplate for
reference. It should not be used.
- [`matomo`](./charts/matomo): This chart is useful for deploying
[matomo](https://matomo.org/), but is maintained elsewhere. I would like for
my fork to go away eventually.