Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
binder pod must have 1 replica, otherwise there are authentication er…
Browse files Browse the repository at this point in the history
…rors
  • Loading branch information
bitnik committed Feb 25, 2020
1 parent 32a4b28 commit ccaf2a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gesishub/gesishub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ etcJupyter:

binderhub:
pdb:
minAvailable: 1
replicas: 2
minAvailable: 0
# NOTE: binder pod must have 1 replica, otherwise there are authentication errors
replicas: 1

config:
GitHubRepoProvider:
Expand Down

0 comments on commit ccaf2a8

Please sign in to comment.