this post was submitted on 13 Jun 2023
3 points (100.0% liked)
Lemmy
12576 readers
2 users here now
Everything about Lemmy; bugs, gripes, praises, and advocacy.
For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
You might want to avoid reimplementing deploying known - and complex - components like postgres, it's better to grab such things as a dependency from someone who's already done so.
It's also quite suboptimal to store secrets - like the postgres password and such - in a ConfigMap, and requiring the user to manually create objects in order to be able to deploy your chart is also a major hurdle towards actually using it.
I wrote my own Helm Chart for lemmy as well, not really finished with it either though as I want to make the deployment safer, and also better support gitops.