rstudio / helm

Helm Resources for RStudio Products
MIT License
32 stars 28 forks source link

Improve several default settings and add to README for Workbench #469

Closed tnederlof closed 5 months ago

tnederlof commented 6 months ago

This PR fixes/improves several rough edges in the Workbench chart. @SamEdwardes and I went through them together and each tested the changes.

SamEdwardes commented 6 months ago

I did a test deployment with these changes:

# test-values.yaml

homeStorage:
  create: true
  mount: true
  storageClassName: efs-client
  requests:
    storage: 8G

sharedStorage:
  create: true
  mount: true
  storageClassName: efs-client
  requests:
    storage: 1G

userCreate: true
helm upgrade --install samedwardes-workbench-test . --set-file license.file.contents="workbench.lic" --values test-values.yaml

I was able to start each IDE without issue. LGTM.