Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
b1ae303c
Commit
b1ae303c
authored
Mar 06, 2019
by
Markus Scheidgen
Browse files
Minor ops changes.
parent
97d7f0f9
Changes
3
Hide whitespace changes
Inline
Side-by-side
ops/helm/nomad/templates/worker-deployment.yaml
View file @
b1ae303c
...
...
@@ -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
:
...
...
ops/helm/nomad/values.yaml
View file @
b1ae303c
...
...
@@ -41,7 +41,7 @@ api:
## Everthing concerning the nomad worker
worker
:
replicas
:
1
replicas
:
2
# request and limit in GB
memrequest
:
32
memlimit
:
320
...
...
ops/migration_client.env.sh
0 → 100644
View file @
b1ae303c
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment