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

Update ship_traffic and template resource profiles #399

Merged
merged 3 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions ship_traffic/anaconda-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ examples_config:
- holoviews
deployments:
- command: dashboard
resource_profile: medium

user_fields: [examples_config]

Expand Down
4 changes: 2 additions & 2 deletions template/anaconda-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ examples_config:
# Will be deployed at {projname_with_hyphens}.pyviz.demo.anaconda.com
- command: dashboard
# [OPTIONAL] Set the AE5 container resource profile.
# Options include: "default", "medium" (default), "large"
resource_profile: medium
# Options include: "default" (default), "medium", "large"
resource_profile: default
# [OPTIONAL] Automatically start the deployment on AE5 when a PR
# modifying the project is merged. Default is true.
auto_deploy: true
Expand Down
Loading