-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat(basic-values.yaml): Default Resource Usage, Networking & ix_volu…
…mes for ParsonLabs Music
- Loading branch information
1 parent
ad257da
commit 7013a78
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
ix-dev/community/parsonlabs-music/templates/test_values/basic-values.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
resources: | ||
limits: | ||
cpus: 2.0 | ||
memory: 4096 | ||
|
||
music: | ||
additional_envs: [] | ||
|
||
network: | ||
host_network: false | ||
web_port: 1993 | ||
|
||
ix_volumes: | ||
config: /ParsonLabsMusic | ||
music: /music | ||
|
||
storage: | ||
config: | ||
type: ix_volume | ||
ix_volume_config: | ||
dataset_name: parsonlabs_music_config | ||
create_host_path: true | ||
mount_point: /ParsonLabsMusic | ||
music: | ||
type: ix_volume | ||
ix_volume_config: | ||
dataset_name: parsonlabs_music | ||
create_host_path: true | ||
mount_point: /music |