Kustomize for core immich setup #7792
SISheogorath
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Note that there is nothing stopping you from doing this with the helm chart ;). That said, I do understand preferring a solution that is more straightforward. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm not a big fan of these "include common"-helm charts, that are based on some popular helm app templates, since they are overly abstract.
Therefore I spend my afternoon to get rid of my own setup running on the official immich helm chart and replace it with a kustomize-based setup, that allows nicer integration of external components like operator-based PostgreSQL databases etc.
The result is a very focused, core immich installation with basically no defaults beyond the container image defaults and a reference for the machine-learning service.
https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/3d9c54bbac1be4125f8c62de90cd2e1c830afd42/apps/base/immich
This should help to fit immich into existing setups that have standardised solutions for postgresql and redis.
Beta Was this translation helpful? Give feedback.
All reactions