1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- syncthing:
- additional_envs: []
- network:
- web_port:
- bind_mode: published
- port_number: 8080
- tcp_port:
- bind_mode: published
- port_number: 22000
- quic_port:
- bind_mode: published
- port_number: 22000
- local_discover_port:
- bind_mode: published
- port_number: 27017
- certificate_id: null
- host_network: false
- run_as:
- user: 568
- group: 568
- ix_volumes:
- home: /opt/tests/mnt/home
- data1: /opt/tests/mnt/data1
- data2: /opt/tests/mnt/data2
- storage:
- home:
- type: ix_volume
- ix_volume_config:
- dataset_name: home
- create_host_path: true
- additional_storage:
- - type: ix_volume
- mount_path: /mnt/test/data1
- ix_volume_config:
- dataset_name: data1
- create_host_path: true
- volume_name: test-data1
- - type: ix_volume
- mount_path: /mnt/test/data2
- ix_volume_config:
- dataset_name: data2
- create_host_path: true
- # Manual test for cifs rendering (verify migration_mode adds extra options)
- # - type: cifs
- # mount_path: /mnt/test/data3
- # volume_name: test-data3
- # cifs_config:
- # server: 192.168.1.1
- # path: /test
- # domain: WORKGROUP
- # username: test
- # password: test
- # migration_mode: true
|