apps/status: correct gatus option formatting

This commit is contained in:
xeruf 2024-03-04 15:10:48 +01:00
parent cbb0bdcc00
commit 005f5d191a
1 changed files with 2 additions and 2 deletions

View File

@ -33,12 +33,12 @@ data:
username: "${outgoing_mail_smtp_user}" username: "${outgoing_mail_smtp_user}"
password: "${outgoing_mail_smtp_password}" password: "${outgoing_mail_smtp_password}"
host: "${outgoing_mail_smtp_host}" host: "${outgoing_mail_smtp_host}"
port: "${outgoing_mail_smtp_port}" port: ${outgoing_mail_smtp_port}
to: "${outgoing_mail_from_address}" to: "${outgoing_mail_from_address}"
client: client:
insecure: false insecure: false
default-alert: default-alert:
enabled: "${outgoing_mail_enabled}" enabled: ${outgoing_mail_enabled}
description: "health check failed" description: "health check failed"
send-on-resolved: true send-on-resolved: true
failure-threshold: 9 failure-threshold: 9