update config

This commit is contained in:
2025-05-28 13:48:49 -05:00
parent b4ddb1c35b
commit d62a45f9fe

View File

@@ -103,13 +103,19 @@ gatus:
storage:
type: postgres
path: "postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}?sslmode=disable"
default-endpoint: &defaults
group: core
interval: 5m
client:
insecure: true
timeout: 30s
conditions:
- "[STATUS] == 200"
- "[CERTIFICATE_EXPIRATION] > 240h"
endpoints:
- name: homepage
url: https://homepage.alexlebens.net
interval: 60s
conditions:
- "[STATUS] == 200"
- "[CERTIFICATE_EXPIRATION] > 240h"
<<: *defaults
url: https://home.alexlebens.net
postgres-17-cluster:
mode: standalone