Skip to content

Commit

Permalink
Update ship_traffic and template resource profiles (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Jun 24, 2024
1 parent 08a5db9 commit 8d32a18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit 8d32a18

Please sign in to comment.