2023-10-20 11:42:46 +00:00
#+TITLE : Minimal Helm Charts
2023-10-20 11:29:42 +00:00
#+DATE : 2023-10-18
2023-10-20 11:42:46 +00:00
Minimal charts built for use with my deployments based on Flux.
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-20 11:41:14 +00:00
**** [[charts/element-web][Element Web]]
2023-10-20 11:29:42 +00:00
2023-10-20 11:41:14 +00:00
A simplified version of ananace chart, implementing secrets for PostgreSQL as well.
2023-10-20 11:29:42 +00:00
2023-10-20 11:41:14 +00:00
**** [[charts/matrix-synapse][Matrix Synapse]]
**** [[charts/synatainer][Synatainer]]
**** [[charts/sliding-sync-proxy][Matrix Sliding Sync / Sync v3 proxy]]
2023-10-28 06:28:23 +00:00
**** [[][Attic]]
[[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.
docker pull ghcr.io/zhaofengli/attic:b43d12082e34bceb26038bdad0438fd68804cfcd
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
2023-10-20 11:41:14 +00:00
#+BEGIN_SRC
$ helm repo add tommy-skaug-charts ghcr.io/tommy-skaug/charts
2023-10-20 11:29:42 +00:00
#+END_SRC
2023-10-20 11:41:14 +00:00
Check out the ingress configuration in [[./docs/ingress.org ][ingress.org ]]
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-10-20 11:33:45 +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.