From 0fa8f3c73e56646f46dd568f93c48ee4b5188039 Mon Sep 17 00:00:00 2001 From: Karl Southern Date: Mon, 17 Jun 2024 12:04:23 +0100 Subject: [PATCH] fix!(odoo): remove default storageClassName of nfs-client, fixes #55 --- charts/odoo/README.md | 2 +- charts/odoo/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/odoo/README.md b/charts/odoo/README.md index 9a9d658..8991c3f 100644 --- a/charts/odoo/README.md +++ b/charts/odoo/README.md @@ -82,7 +82,7 @@ $ helm install my-release glodo/odoo -f ./helm-values.yaml | persistence.existingClaim | string | `""` | | | persistence.name | string | `"storage"` | | | persistence.size | string | `"100Gi"` | | -| persistence.storageClassName | string | `"nfs-client"` | | +| persistence.storageClassName | string | `""` | | | queue.affinity | object | `{}` | | | queue.config | string | `"[options]\nserver_wide_modules = queue_job,web\nworkers = 2\nmax_cron_threads = 1\nlimit_time_cpu = 14400\nlimit_time_real = 14400\nlimit_time_real_cron = 14400\n"` | | | queue.enabled | bool | `false` | enable a second deployment, specifically running oca/queue_job | diff --git a/charts/odoo/values.yaml b/charts/odoo/values.yaml index 8ee0d39..0730a09 100644 --- a/charts/odoo/values.yaml +++ b/charts/odoo/values.yaml @@ -59,7 +59,7 @@ persistence: # -- enable /var/lib/odoo persistence, without persistence it will be temporary - and that's a bad thing! enabled: true name: "storage" - storageClassName: "nfs-client" + storageClassName: "" existingClaim: "" annotations: {} # -- when running deployment with replicas > 1 ReadWriteMany is a requirement, if you are in an environment without ReadWriteMany available then you will need to find an alternative solution i.e. https://github.com/camptocamp/odoo-cloud-platform/tree/14.0/base_attachment_object_storage