I
Immich•2y ago
felix

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
bo0tzz
bo0tzz•2y ago
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
felix
felixOP•2y ago
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?
bo0tzz
bo0tzz•2y ago
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

Did you find this page helpful?