Skip to content
Snippets Groups Projects
Commit c1be7695 authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Merge branch 'migration' of gitlab.mpcdf.mpg.de:nomad-lab/nomad-FAIR into migration

parents f16890d2 e649a4c5
No related branches found
No related tags found
1 merge request!34Merged latest changes torwards 4.2.
Pipeline #44804 failed
......@@ -77,7 +77,9 @@ spec:
value: "{{ .Values.mail.password }}"
- name: NOMAD_MAIL_FROM
value: "{{ .Values.mail.from }}"
command: ["python", "-m", "celery", "worker", "-l", "info", "-A", "nomad.processing", "-Q", "celery,calcs,uploads"]
- name: NOMAD_CONSOLE_LOGLEVEL
value: "ERROR"
command: ["python", "-m", "celery", "worker", "-A", "nomad.processing", "-Q", "celery,calcs,uploads"]
livenessProbe:
exec:
command:
......
......@@ -41,7 +41,7 @@ api:
## Everthing concerning the nomad worker
worker:
replicas: 1
replicas: 2
# request and limit in GB
memrequest: 32
memlimit: 320
......
export NOMAD_URL=http://enc-staging-nomad.esc.rzg.mpg.de/fairdi/nomad/migration/api
export NOMAD_USER=admin
export NOMAD_FILES_NOMAD_TMP_DIR=/nomad/mscheidg/migration_tmp
export NOMAD_LOGSTASH_TCPPORT=15000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment