16 lines
719 B
YAML
16 lines
719 B
YAML
---
|
|
matrix_healthcheck_enabled: false
|
|
matrix_healthcheck_script_path: /usr/local/lib/vps-health/matrix-k3s
|
|
matrix_healthcheck_state_path: /var/lib/vps-health/matrix-k3s.json
|
|
matrix_healthcheck_service_name: matrix-k3s-healthcheck.service
|
|
matrix_healthcheck_timer_name: matrix-k3s-healthcheck.timer
|
|
matrix_healthcheck_timer_on_calendar: '*-*-* 06:00:00 UTC'
|
|
matrix_healthcheck_timer_randomized_delay_sec: 15m
|
|
# ESS workloads live in this namespace; matrix-system only has supporting
|
|
# chart-independent resources.
|
|
matrix_healthcheck_namespace: ess
|
|
matrix_healthcheck_backup_path: /var/backups/matrix
|
|
matrix_healthcheck_backup_max_age_hours: 30
|
|
matrix_healthcheck_warn_percent: 80
|
|
matrix_healthcheck_critical_percent: 90
|