Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-29188

Make Nuxeo Helm Chart work in cluster mode

    XMLWordPrintable

    Details

    • Type: Improvement
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: helm-chart-next
    • Component/s: CI/CD

      Description

      The current nuxeo helm chart doesn't handle properly the cluster mode, for instance it is missing this configuration in nuxeo.conf:

      {{- if gt (int .Values.replicaCount) 1 }}
          repository.clustering.enabled=true
      {{- end }}
      

      We also need to enable the stickiness session on the Nginx used by the Ingress rule.

      The current PVC policy (ReadWriteOnce) for logs or binaries doesn't allow several nuxeo to run at the same time.
      Binaries could not be an issue as we'll probably leverage an external blob storage such as S3.
      Logs should be individual for each Nuxeo, or we should enable the docker-json template and remove this PVC.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated: