helm
helm copied to clipboard
A community maintained helm chart for deploying Nextcloud on Kubernetes.
## Description of the change We should have a test that enables metrics in ci. ## Benefits This would make it so that when users change functionality about the metrics...
Hi, I use the official helm chart to deploy nextcloud on our internal kubernetes instance. The container went unhealthy every time. I disabled the probes. The container is marked as...
At the moment it is not really possible to use nextcloud.persistence.subPath because it is not clear what can be entered. It would be good if an example could be given...
Nextcloud version _(eg, 12.0.2)_: 16.0.4 Operating system and version _(eg, Ubuntu 17.04)_: Kubernetes / Docker Apache or nginx version _(eg, Apache 2.4.25)_: Docker Image nextcloud:16.0.4-apache PHP version _(eg, 7.1)_: Docker...
@kabakaev had a good suggestion about linting the rendered yaml during the testing actions. - [ ] The github actions should perform a lint test on the rendered helm templates.
After installing nextcloud-helm from scratch, I get the following error: ```console $ nextcloud git:(main) ✗ kubectl -n nextcloud logs pod/cloud-kerick-net-redis-master-0 redis 12:40:19.46 INFO ==> ** Starting Redis ** 1:C 12...
In the deployment template, here: https://github.com/nextcloud/helm/blob/master/charts/nextcloud/templates/deployment.yaml#L274 The commands are using %s-mariadb or %s-postgresql. Why not use the variable `${MYSQL_HOST}` and `${POSTGRESQL_HOST}` ? I tried a deployment with a primary/secondary MariaDB...
## Description of the change I'd like to add an isolated redis test to our CI to ensure this chart works properly with redis. It would go somewhere in here:...
The template 'deployment.yaml' provides the possibility to specify resources for 'containers' as follows: ``` resources: {{ toYaml .Values.resources | indent 10 }} ``` The resources specification is missing for the...
Hi there, I've setup PVC using "ReadWriteMany" accessMode for the nextcloud data directory over NFS. The NFS share is exposed by TrueNas and using democratic-csi driver for k8s: https://jonathangazeley.com/2021/01/05/using-truenas-to-provide-persistent-storage-for-kubernetes/ It...