mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
39 lines
615 B
YAML
39 lines
615 B
YAML
resources:
|
|
limits:
|
|
cpus: 2.0
|
|
memory: 4096
|
|
|
|
TZ: UTC
|
|
|
|
kerberos:
|
|
agent_name: agent-1
|
|
username: user
|
|
password: pass
|
|
additional_envs: []
|
|
|
|
run_as:
|
|
user: 568
|
|
group: 568
|
|
|
|
network:
|
|
web_port:
|
|
bind_mode: published
|
|
port_number: 8080
|
|
|
|
ix_volumes:
|
|
recordings: /opt/tests/mnt/kerberos/recordings
|
|
config: /opt/tests/mnt/kerberos/config
|
|
|
|
storage:
|
|
recordings:
|
|
type: ix_volume
|
|
ix_volume_config:
|
|
dataset_name: recordings
|
|
create_host_path: true
|
|
config:
|
|
type: ix_volume
|
|
ix_volume_config:
|
|
dataset_name: config
|
|
create_host_path: true
|
|
additional_storage: []
|