Compare commits
6 Commits
b9dacdd981
...
b1df12d5c7
Author | SHA1 | Date | |
---|---|---|---|
b1df12d5c7
|
|||
178dd3a109 | |||
8dd3ddbff4 | |||
385df09144 | |||
de3582057e | |||
456ad5bc16 |
@@ -54,10 +54,10 @@ spec:
|
||||
apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: gatus-postgresql-17-cluster-backup-secret
|
||||
name: gatus-postgresql-17-backup-secret
|
||||
namespace: {{ .Release.Namespace }}
|
||||
labels:
|
||||
app.kubernetes.io/name: gatus-postgresql-17-cluster-backup-secret
|
||||
app.kubernetes.io/name: gatus-postgresql-17-backup-secret
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||
spec:
|
||||
|
@@ -107,7 +107,6 @@ gatus:
|
||||
group: core
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[DOMAIN_EXPIRATION] > 720h"
|
||||
- "[CERTIFICATE_EXPIRATION] > 240h"
|
||||
interval: 30s
|
||||
alerts:
|
||||
@@ -123,14 +122,14 @@ gatus:
|
||||
url: https://discord.com/app
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[RESPONSE_TIME] < 100"
|
||||
- "[RESPONSE_TIME] < 400"
|
||||
interval: 10s
|
||||
- name: reddit
|
||||
group: external
|
||||
url: https://reddit.com
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[RESPONSE_TIME] < 100"
|
||||
- "[RESPONSE_TIME] < 400"
|
||||
interval: 10s
|
||||
|
||||
postgres-17-cluster:
|
||||
@@ -151,7 +150,7 @@ postgres-17-cluster:
|
||||
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster
|
||||
recoveryIndex: 1
|
||||
backup:
|
||||
enabled: true
|
||||
enabled: false
|
||||
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