kubernetes
Nuxeo folks: In docker-entrypoint.sh you have: for f in /docker-entrypoint-initnuxeo.d/*; do case "$f" in *.sh) echo "$0: running $f"; . "$f" ;; *.zip) echo "$0: installing Nuxeo package $f"; nuxeoctl mp-install $f ${NUXEO_MPINSTALL_OPTIONS} ...
0 votes
0 answers
2 comments
1127 views
Hi, Will you propose a chart HELM to deploy NUXEO under Kubernetes? As the DataDog chart for example: https://hub.helm.sh/charts/stable/datadog Thank you
0 votes
1 answers
0 comments
1445 views