Skip to content
GitLab
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
b84647e5
Commit
b84647e5
authored
Nov 03, 2020
by
Markus Scheidgen
Browse files
Removed uncessary config.
parent
dbe00c85
Pipeline
#85668
passed with stages
in 24 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ops/helm/nomad/templates/api-deployment.yaml
View file @
b84647e5
...
...
@@ -117,11 +117,8 @@ metadata:
data
:
conf.js
:
|
window.nomadEnv = {
apiRoot: "https://{{ .Values.proxy.external.host }}{{ .Values.proxy.external.path }}/api/encyclopedia/",
guiRoot: "https://{{ .Values.proxy.external.host }}{{ .Values.proxy.external.path }}/encyclopedia/",
userCookieDomain: ".{{ .Values.proxy.external.host }}",
guestUserToken: 'eyJhbGciOiJIUzI1NiIsImlhdCI6MTUyMzg4MDE1OSwiZXhwIjoxNjgxNTYwMTU5fQ.ey'+
'JpZCI6ImVuY2d1aSJ9.MsMWQa3IklH7cQTxRaIRSF9q8D_2LD5Fs2-irpWPTp4',
apiRoot: "{{ .Values.proxy.external.path }}/api/encyclopedia/",
guiRoot: "{{ .Values.proxy.external.path }}/encyclopedia/",
keycloakBase: "{{ .Values.keycloak.serverExternalUrl }}",
keycloakRealm: "{{ .Values.keycloak.realmName }}",
keycloakClientId: "{{ .Values.keycloak.guiClientId }}"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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