Skip to content

Commit

Permalink
Feat(basic-values.yaml): Default Resource Usage, Networking & ix_volu…
Browse files Browse the repository at this point in the history
…mes for ParsonLabs Music
  • Loading branch information
WillKirkmanM committed Nov 29, 2024
1 parent ad257da commit 7013a78
Showing 1 changed file with 29 additions and 0 deletions.
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

0 comments on commit 7013a78

Please sign in to comment.