Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2i2c-aws-us/showcase: Add new topst team and image #3322

Merged
merged 5 commits into from
Oct 25, 2023
Merged
Changes from 1 commit
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
28 changes: 28 additions & 0 deletions config/clusters/2i2c-aws-us/showcase.values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ basehub:
populate_teams_in_auth_state: true
allowed_organizations:
- 2i2c-org:research-delight-team
jmunroe marked this conversation as resolved.
Show resolved Hide resolved
- 2i2c-demo-hub-access:showcase-topst
scope:
- read:org
Authenticator:
Expand All @@ -48,6 +49,33 @@ basehub:
name: quay.io/2i2c/researchdelight-image
tag: "872f0c4578af"
profileList:
- display_name: "NASA TOPS-T ScienceCore"
description: "Hub for collaborative work on 2i2c/MD's NASA TOPS-T ScienceCore Module"
jmunroe marked this conversation as resolved.
Show resolved Hide resolved
allowed_teams:
- 2i2c-demo-hub-access:showcase-topst
jmunroe marked this conversation as resolved.
Show resolved Hide resolved
profile_options: &profile_options
jmunroe marked this conversation as resolved.
Show resolved Hide resolved
image:
display_name: Image
unlisted_choice:
enabled: True
display_name: "Custom image"
validation_regex: "^.+:.+$"
validation_message: "Must be a publicly available docker image, of form <image-name>:<tag>"
kubespawner_override:
image: "{value}"
choices:
pangeo:
jmunroe marked this conversation as resolved.
Show resolved Hide resolved
display_name: Opera App
default: true
slug: opera
kubespawner_override:
image: quay.io/2i2c/researchdelight-image:c799b705ce90
kubespawner_override:
mem_guarantee: 7.234G
cpu_guarantee: 0.1
mem_limit: null
node_selector:
node.kubernetes.io/instance-type: r5.xlarge
- display_name: "Shared Small: 1-4 CPU, 8-32 GB"
description: "A shared machine, the recommended option until you experience a limitation."
allowed_teams: &allowed_teams
Expand Down