sensible helmchart values
hey guys, i just wanted to install immich on my k8s cluster, does anyone have this helmchart running? there is like no documentation at all and it seems like the chart is built a little weird... where is the "base" helm chart located? there is not even one depoloyment listed in the templates. also redis postgres etc is disabled per default, i dont even know that variables it needs ie storage classes etc. does anyone have a sensible values.yaml file for me? or at least a complete helmchart? then i can make a PR and update some stuff
4 Replies
The chart is built on top of app-template https://bjw-s.github.io/helm-charts/docs/app-template/introduction.html
Except for postgres and redis, which use the bitnami charts
You can see my values at https://github.com/bo0tzz/kube/blob/main/apps/immich/immich.yaml
ahhhh this explains why some files are "missing", yeah i already noticed that those are subcharts but i was wondering on the base one, thanks for the fast reply
you also use flux, thats nice, i guess this will boost my setup a little 😄 just one more question, if i use the intergrated postgres chart, does the default DB env variables just work or do i need to fill them with the postgres service names?
The default env is set up to use the included redis and postgres https://github.com/immich-app/immich-charts/blob/main/charts/immich/values.yaml#L7-L9