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
a77654e7
Commit
a77654e7
authored
Jul 27, 2020
by
Markus Scheidgen
Browse files
Added edit timeout to allow long running edits. [skip-ci]
parent
3aae002b
Changes
2
Hide whitespace changes
Inline
Side-by-side
ops/helm/nomad/templates/gui-deployment.yml
View file @
a77654e7
...
...
@@ -101,6 +101,12 @@ data:
proxy_read_timeout {{ .Values.proxy.mirrorTimeout }};
proxy_pass http://{{ include "nomad.fullname" . }}-app:8000;
}
location ~ \/api\/repo\/edit {
proxy_buffering off;
proxy_read_timeout {{ .Values.proxy.editTimeout }};
proxy_pass http://{{ include "nomad.fullname" . }}-app:8000;
}
}
---
apiVersion
:
apps/v1
...
...
ops/helm/nomad/values.yaml
View file @
a77654e7
...
...
@@ -98,6 +98,7 @@ proxy:
nodeIP
:
timeout
:
120
mirrorTimeout
:
600
editTimeout
:
1800
external
:
host
:
"
labdev-nomad.esc.rzg.mpg.de"
port
:
80
...
...
Write
Preview
Markdown
is supported
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