diff --git a/clusters/cl01tl/monitoring/gatus/Chart.yaml b/clusters/cl01tl/monitoring/gatus/Chart.yaml index d9630bbfe..051e9296c 100644 --- a/clusters/cl01tl/monitoring/gatus/Chart.yaml +++ b/clusters/cl01tl/monitoring/gatus/Chart.yaml @@ -22,7 +22,7 @@ dependencies: version: 1.4.2 - name: postgres-cluster alias: postgres-17-cluster - version: 5.1.0 + version: 6.9.1 repository: oci://harbor.alexlebens.net/helm-charts icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/gatus.png appVersion: v5.12.0 diff --git a/clusters/cl01tl/monitoring/gatus/templates/external-secret.yaml b/clusters/cl01tl/monitoring/gatus/templates/external-secret.yaml index e96d4d4cc..df3089ee7 100644 --- a/clusters/cl01tl/monitoring/gatus/templates/external-secret.yaml +++ b/clusters/cl01tl/monitoring/gatus/templates/external-secret.yaml @@ -54,10 +54,10 @@ spec: apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: - name: gatus-postgresql-17-backup-secret + name: gatus-postgresql-17-cluster-backup-secret namespace: {{ .Release.Namespace }} 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/part-of: {{ .Release.Name }} spec: diff --git a/clusters/cl01tl/monitoring/gatus/values.yaml b/clusters/cl01tl/monitoring/gatus/values.yaml index d384d6a31..f1ad5723a 100644 --- a/clusters/cl01tl/monitoring/gatus/values.yaml +++ b/clusters/cl01tl/monitoring/gatus/values.yaml @@ -113,7 +113,6 @@ gatus: interval: 30s alerts: - type: ntfy - endpoints: - name: plex url: http://plex.alexlebens.net @@ -360,9 +359,8 @@ gatus: - "[STATUS] == 200" - "[RESPONSE_TIME] < 400" interval: 10s - postgres-17-cluster: - mode: standalone + mode: recovery cluster: storage: storageClass: local-path @@ -375,12 +373,16 @@ postgres-17-cluster: recovery: method: objectStore objectStore: - endpointURL: https://nyc3.digitaloceanspaces.com destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster - recoveryIndex: 1 + index: 1 backup: - enabled: true - endpointURL: https://nyc3.digitaloceanspaces.com - destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster - backupIndex: 1 - retentionPolicy: "3d" + objectStore: + - name: external + destinationPath: s3://postgres-backups-ce540ddf106d186bbddca68a/cl01tl/gatus/gatus-postgresql-17-cluster + index: 1 + retentionPolicy: "3d" + scheduledBackups: + - name: daily-backup + suspend: false + schedule: "0 0 0 * * *" + backupName: external