1234567891011121314151617181920212223242526272829303132333435363738394041 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Europe/Athens
- lancache:
- upstream_dns:
- - 8.8.8.8
- - 8.8.4.4
- cache_mem_size_mb: 500
- cache_disk_size_gb: 1000
- cache_max_age_days: 3560
- additional_envs: []
- network:
- http_port:
- bind_mode: published
- port_number: 8080
- https_port:
- bind_mode: published
- port_number: 8443
- host_network: false
- ix_volumes:
- cache: /opt/tests/mnt/lancache/cache
- logs: /opt/tests/mnt/lancache/logs
- storage:
- cache:
- type: ix_volume
- ix_volume_config:
- dataset_name: cache
- create_host_path: true
- logs:
- type: ix_volume
- ix_volume_config:
- dataset_name: logs
- create_host_path: true
- additional_storage: []
|