1 Commits

Author SHA1 Message Date
b9dacdd981 Update directus/directus Docker tag to v11.8.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 17s
2025-05-28 19:40:46 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -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-backup-secret name: gatus-postgresql-17-cluster-backup-secret
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
labels: labels:
app.kubernetes.io/name: gatus-postgresql-17-backup-secret app.kubernetes.io/name: gatus-postgresql-17-cluster-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:

View File

@@ -107,6 +107,7 @@ 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:
@@ -122,14 +123,14 @@ gatus:
url: https://discord.com/app url: https://discord.com/app
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"
- "[RESPONSE_TIME] < 400" - "[RESPONSE_TIME] < 100"
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] < 400" - "[RESPONSE_TIME] < 100"
interval: 10s interval: 10s
postgres-17-cluster: postgres-17-cluster:
@@ -150,7 +151,7 @@ postgres-17-cluster:
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster
recoveryIndex: 1 recoveryIndex: 1
backup: backup:
enabled: false enabled: true
endpointURL: https://nyc3.digitaloceanspaces.com endpointURL: https://nyc3.digitaloceanspaces.com
destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster
backupIndex: 1 backupIndex: 1