123456789101112131415161718192021222324252627282930313233 |
- resources:
- limits:
- cpus: 2.0
- memory: 4096
- TZ: Etc/UTC
- tianji:
- postgres_image_selector: postgres_17_image
- db_password: tianji
- jwt_secret: change-me
- allow_register: true
- additional_envs: []
- network:
- host_network: false
- web_port:
- bind_mode: published
- port_number: 8080
- ix_volumes:
- postgres_data: /opt/tests/mnt/tianji/postgres_data
- storage:
- postgres_data:
- type: ix_volume
- ix_volume_config:
- dataset_name: postgres_data
- create_host_path: true
- additional_storage:
- - type: anonymous
- mount_path: /scratchpad
- volume_config:
- nocopy: true
|