Compare commits
5 Commits
e54bf8c736
...
89474cae4b
Author | SHA1 | Date | |
---|---|---|---|
89474cae4b
|
|||
289525dbaa | |||
2f42576053 | |||
e501b0665b | |||
5981952642 |
@@ -14,7 +14,7 @@ spec:
|
||||
name: traefik-gateway
|
||||
namespace: traefik
|
||||
hostnames:
|
||||
- home.alexlebens.net
|
||||
- gatus.alexlebens.net
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
|
@@ -12,6 +12,7 @@ gatus:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
targetPort: 8080
|
||||
portName: http
|
||||
ingress:
|
||||
enabled: false
|
||||
env:
|
||||
@@ -108,7 +109,6 @@ gatus:
|
||||
interval: 60s
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[DOMAIN_EXPIRATION] > 720h"
|
||||
- "[CERTIFICATE_EXPIRATION] > 240h"
|
||||
|
||||
postgres-17-cluster:
|
||||
@@ -125,15 +125,11 @@ postgres-17-cluster:
|
||||
recovery:
|
||||
method: objectStore
|
||||
objectStore:
|
||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster
|
||||
index: 1
|
||||
recoveryIndex: 1
|
||||
backup:
|
||||
enabled: false
|
||||
objectStore:
|
||||
- name: external
|
||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster
|
||||
index: 1
|
||||
scheduledBackups:
|
||||
- name: daily-backup
|
||||
schedule: "0 0 */3 * *"
|
||||
backupName: external
|
||||
endpointURL: https://nyc3.digitaloceanspaces.com
|
||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster
|
||||
backupIndex: 1
|
||||
|
Reference in New Issue
Block a user