1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: America/New_York
- plex:
- claim_token: ""
- image_selector: image
- devices: []
- allowed_networks:
- - 10.0.0.0/8
- - 172.16.0.0/12
- - 192.168.0.0/16
- additional_envs: []
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 8080
- run_as:
- user: 568
- group: 568
- ix_volumes:
- data: /opt/tests/mnt/plex/data
- config: /opt/tests/mnt/plex/config
- storage:
- data:
- type: ix_volume
- ix_volume_config:
- dataset_name: data
- create_host_path: true
- config:
- type: ix_volume
- ix_volume_config:
- dataset_name: config
- create_host_path: true
- logs:
- type: temporary
- transcode:
- type: tmpfs
- additional_storage:
- - type: anonymous
- mount_path: /scratchpad
- volume_config:
- nocopy: true
|