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