Compare commits
5 Commits
440c957581
...
94e6284954
Author | SHA1 | Date | |
---|---|---|---|
94e6284954
|
|||
8dd3ddbff4 | |||
385df09144 | |||
de3582057e | |||
456ad5bc16 |
@@ -54,10 +54,10 @@ spec:
|
|||||||
apiVersion: external-secrets.io/v1
|
apiVersion: external-secrets.io/v1
|
||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: gatus-postgresql-17-cluster-backup-secret
|
name: gatus-postgresql-17-backup-secret
|
||||||
namespace: {{ .Release.Namespace }}
|
namespace: {{ .Release.Namespace }}
|
||||||
labels:
|
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/instance: {{ .Release.Name }}
|
||||||
app.kubernetes.io/part-of: {{ .Release.Name }}
|
app.kubernetes.io/part-of: {{ .Release.Name }}
|
||||||
spec:
|
spec:
|
||||||
|
@@ -107,7 +107,6 @@ gatus:
|
|||||||
group: core
|
group: core
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
- "[DOMAIN_EXPIRATION] > 720h"
|
|
||||||
- "[CERTIFICATE_EXPIRATION] > 240h"
|
- "[CERTIFICATE_EXPIRATION] > 240h"
|
||||||
interval: 30s
|
interval: 30s
|
||||||
alerts:
|
alerts:
|
||||||
@@ -123,14 +122,14 @@ gatus:
|
|||||||
url: https://discord.com/app
|
url: https://discord.com/app
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
- "[RESPONSE_TIME] < 100"
|
- "[RESPONSE_TIME] < 400"
|
||||||
interval: 10s
|
interval: 10s
|
||||||
- name: reddit
|
- name: reddit
|
||||||
group: external
|
group: external
|
||||||
url: https://reddit.com
|
url: https://reddit.com
|
||||||
conditions:
|
conditions:
|
||||||
- "[STATUS] == 200"
|
- "[STATUS] == 200"
|
||||||
- "[RESPONSE_TIME] < 100"
|
- "[RESPONSE_TIME] < 400"
|
||||||
interval: 10s
|
interval: 10s
|
||||||
|
|
||||||
postgres-17-cluster:
|
postgres-17-cluster:
|
||||||
|
Reference in New Issue
Block a user