-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: helm-chart-3.1.0
-
Component/s: Helm Chart
-
Epic Link:
-
Tags:
-
Team:PLATFORM
-
Sprint:nxplatform 11.1.36, nxplatform 11.1.37, nxplatform #118
-
Story Points:5
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.