2023-12-15 17:54:46 +00:00
#+TITLE : Minimal and Opinionated Helm Charts
2023-10-20 11:29:42 +00:00
#+DATE : 2023-10-18
2023-10-29 08:43:04 +00:00
Backend-focused and UX optimized minmal charts built for use with deployments based on Flux.
*** Chart Implementation Guidelines
2023-12-15 17:54:46 +00:00
**** TODO Example chart definition
#+BEGIN_SRC
$ helm repo add tommy-skaug-charts ghcr.io/tommy-skaug/charts
#+END_SRC
Check out the ingress configuration in [[./docs/ingress.org ][ingress.org ]]
2023-10-20 11:29:42 +00:00
2023-10-20 11:41:14 +00:00
*** Charts
2023-10-20 11:29:42 +00:00
2023-10-29 08:43:04 +00:00
**** [[charts/conduit][Conduit]]
2023-10-20 11:29:42 +00:00
2023-10-29 08:43:04 +00:00
An efficient and self-contained Matrix server using an embedded RocksDB database.
2023-10-20 11:29:42 +00:00
2023-10-28 06:28:23 +00:00
**** [[][Attic]]
2023-10-29 08:43:04 +00:00
[[https://github.com/zhaofengli/attic ][Attic ]] (introduction post [[https://discourse.nixos.org/t/introducing-attic-a-self-hostable-nix-binary-cache-server/24343 ][here ]]) is a Nix Binary Cache server that reduces the time to compile and distribute builds.
2023-10-28 06:28:23 +00:00
2023-10-20 11:29:42 +00:00
2023-10-20 11:41:14 +00:00
*** Usage
2023-10-20 11:29:42 +00:00
** License
2023-10-20 11:42:46 +00:00
Repo was inspired by [[https://gitlab.com/ananace/charts ][ananace ]] (some parts imported and rewritten).
2023-12-15 17:54:46 +00:00
The general license of this repo is DWTFYWTPB, but it is Apache v2 in some of the repos which were built on other's work. See the individual chart for details.
helm install dispatch ./dispatch -f values-local.yaml
kubectl describe pod
helm delete dispatch