Skip to content

Commit

Permalink
Adapted default values for mlhub directly in the helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
raethlein committed Sep 18, 2019
1 parent 5eef2dd commit 08df71d
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions docker-res/kubernetes/config.yaml
Original file line number Diff line number Diff line change
@@ -1,43 +1,14 @@
proxy:
# the secret token should be changed in your deployment ;)
secretToken: 4bda3bd04f6ae5ia28368bf7b5514712351fd9cf8edb09ce9b26f73500f8aa54b
chp:
image:
name: mltooling/ml-hub
tag: 0.2.2-SNAPSHOT

singleuser:
storage:
type: none
uid: 0
fsGid: 0
networkPolicy:
enabled: true

hub:
db:
type: foo
image:
name: mltooling/ml-hub
tag: 0.2.2-SNAPSHOT
pullPolicy: Always
uid: 0
fsGid: 0
allowNamedServers: True
extraConfig:
template_paths: "c.JupyterHub.template_paths = ['/usr/local/lib/python3.6/dist-packages/nativeauthenticator/templates/']"

auth:
type: custom
dummy:
password: 'foo'
admin:
users:
- admin
custom:
className: nativeauthenticator.NativeAuthenticator
config:
username_pattern: '^((?!-hub).)*$'

scheduling:
userScheduler:
Expand Down

0 comments on commit 08df71d

Please sign in to comment.