helm-charts

Collection of my Helm Charts, for deployment into Kubernetes clusters.

View on GitHub

Helm Charts

Collection of Helm Charts that I personally use, ready to launch on Kubernetes using Helm. Some of the services deployed are maintained by me. Others are not.

CI pre-commit

Artifact HUB adguard-home atuin dev-feed ghost-export-to-s3 mac-oui service-names-port-numbers

TL;DR

$ # Add Helm Chart Repo
$ helm repo add rm3l https://helm-charts.rm3l.org

$ # Search repo
$ helm search repo rm3l

$ # Install a given Chart as a Release
$ helm install my-release rm3l/<chart>

Charts

adguard-home

Unofficial Chart for Adguard Home, the network-wide ad and tracking blocker. This Chart also provides automated backups of Adguard Home to services like AWS S3. https://github.com/AdguardTeam/AdGuardHome

See https://github.com/rm3l/helm-charts/blob/main/charts/adguard-home/README.md for further details.

atuin

Unofficial Chart for Atuin, the magical shell history. The server provides fully encrypted synchronization of the shell history across machines. https://github.com/ellie/atuin

See https://github.com/rm3l/helm-charts/blob/main/charts/atuin/README.md for further details.

dev-feed

GraphQL-based API exposing a list of daily curated content from top engineering blogs and articles. https://github.com/rm3l/dev-feed

See https://github.com/rm3l/helm-charts/blob/main/charts/dev-feed/README.md for further details.

ghost-export-to-s3

Automated backups of headless Ghost Blogs to AWS S3. https://rm3l.org/leveraging-kubernetes-cronjobs-for-automated-backups-of-a-headless-ghost-blog-to-aws-s3/

See https://github.com/rm3l/helm-charts/blob/main/charts/ghost-export-to-s3/README.md for further details.

mac-oui

Microservice for looking up manufacturers from MAC addresses. https://github.com/rm3l/mac-oui

See https://github.com/rm3l/helm-charts/blob/main/charts/mac-oui/README.md for further details.

service-names-port-numbers

Microservice (GraphQL API) against the IANA Service Names And Port Numbers Registry. https://github.com/rm3l/service-names-port-numbers

See https://github.com/rm3l/helm-charts/blob/main/charts/service-names-port-numbers/README.md for further details.

Developed by

License

MIT License

Copyright (c) 2021-2022 Armel Soro

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.