Skip to content
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions charts/kellnr/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ kellnr:
allowHttp: null # true
crates_bucket: null # "kellnr-crates"
cratesio_bucket: null # "kellnr-cratesio"
toolchain_bucket: null # "kellnr-toolchain"

# OAuth2/OpenID Connect authentication
# See https://kellnr.io/documentation for details
Expand Down Expand Up @@ -160,6 +161,10 @@ kellnr:
# Text displayed on the OAuth2 login button
buttonText: null # "Login with SSO"

toolchain:
enabled: false
maxSize: 500

service:
api:
type: ClusterIP
Expand Down