Files
truenas-apps/ix-dev/community/joplin/templates/test_values/basic-values.yaml
Stavros Kois 8ecab3e904 default to postgres 18 (#3743)
* default to postgres 18

* bump

* add deprecation.yaml on apps with pg15
2025-12-02 11:44:34 +02:00

27 lines
493 B
YAML

resources:
limits:
cpus: 2.0
memory: 4096
joplin:
postgres_image_selector: postgres_18_image
db_password: db-joplin-password
base_url: https://joplin.example.com
additional_envs: []
network:
web_port:
bind_mode: published
port_number: 8080
ix_volumes:
postgres_data: /opt/tests/mnt/joplin-postgres-data
storage:
postgres_data:
type: ix_volume
ix_volume_config:
dataset_name: postgres_data
create_host_path: true
additional_storage: []