Compare commits
1 Commits
7013ff58f3
...
2df0ab818b
Author | SHA1 | Date | |
---|---|---|---|
2df0ab818b
|
@@ -105,33 +105,19 @@ gatus:
|
|||||||
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"
|
||||||
default-endpoint: &defaults
|
default-endpoint: &defaults
|
||||||
group: core
|
group: core
|
||||||
|
interval: 5m
|
||||||
|
client:
|
||||||
|
insecure: true
|
||||||
|
timeout: 30s
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
- "[DOMAIN_EXPIRATION] > 720h"
|
|
||||||
- "[CERTIFICATE_EXPIRATION] > 240h"
|
- "[CERTIFICATE_EXPIRATION] > 240h"
|
||||||
interval: 30s
|
|
||||||
alerts:
|
alerts:
|
||||||
- type: ntfy
|
- type: ntfy
|
||||||
|
|
||||||
endpoints:
|
endpoints:
|
||||||
- name: homepage
|
- name: homepage
|
||||||
url: https://home.alexlebens.net
|
|
||||||
<<: *defaults
|
<<: *defaults
|
||||||
|
url: https://home.alexlebens.net
|
||||||
- name: discord
|
|
||||||
group: external
|
|
||||||
url: https://discord.com/app
|
|
||||||
conditions:
|
|
||||||
- "[STATUS] == 200"
|
|
||||||
- "[RESPONSE_TIME] < 100"
|
|
||||||
interval: 10s
|
|
||||||
- name: reddit
|
|
||||||
group: external
|
|
||||||
url: https://reddit.com
|
|
||||||
conditions:
|
|
||||||
- "[STATUS] == 200"
|
|
||||||
- "[RESPONSE_TIME] < 100"
|
|
||||||
interval: 10s
|
|
||||||
|
|
||||||
postgres-17-cluster:
|
postgres-17-cluster:
|
||||||
mode: standalone
|
mode: standalone
|
||||||
|
@@ -17,5 +17,8 @@ dependencies:
|
|||||||
- name: cloudnative-pg
|
- name: cloudnative-pg
|
||||||
version: 0.24.0
|
version: 0.24.0
|
||||||
repository: https://cloudnative-pg.io/charts/
|
repository: https://cloudnative-pg.io/charts/
|
||||||
|
- name: barman-cloud
|
||||||
|
version: 0.2.5
|
||||||
|
repository: oci://harbor.alexlebens.net/helm-charts
|
||||||
icon: https://avatars.githubusercontent.com/u/100373852?s=200&v=4
|
icon: https://avatars.githubusercontent.com/u/100373852?s=200&v=4
|
||||||
appVersion: 1.26.0
|
appVersion: 1.26.0
|
||||||
|
Reference in New Issue
Block a user