groundhog2k / helm-charts

Helm charts for open source applications - ready to use for deployment on Kubernetes
MIT License
69 stars 56 forks source link

nextcloud: nginx support #1148

Open mattmeye opened 2 years ago

mattmeye commented 2 years ago

Hi,

can you please add the nginx support/configuration to your nextcloud helm chart ( https://github.com/nextcloud/helm/blob/master/charts/nextcloud/values.yaml#L193 ) ?

Kind regards, Matt

groundhog2k commented 2 years ago

I will investigate what is necessary to adapt the chart. It's a bit more than just deploying nginx as a sidecar container.

mattmeye commented 2 years ago

Thank you. I know that the nginx feature isn't only a toggle. I tried many charts, but actually none runs on arm64 with postgresql + nginx. Actually i investigate some time in the official nextcloud chart with an external postgresql and nginx - but i have the same error as here described: https://github.com/nextcloud/docker/issues/1529#issuecomment-874874356 : the deployment is running, but nextcloud asks for a admin password and shows the installion wizard with "oc_migration already exists". All tables are created and i also have an admin user in the oc_users tables.

groundhog2k commented 1 year ago

@mattmeye As I learned a few days ago, bitnami started adding ARM64 support to their docker images in february 2023. So chances are high that it will now work for your case. Did you try again?