1 Commits

Author SHA1 Message Date
440c957581 Update ghcr.io/immich-app/immich-server Docker tag to v1.134.0
All checks were successful
lint-and-test-charts / lint-test (pull_request) Successful in 49s
2025-05-28 19:40:53 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -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:

View File

@@ -107,6 +107,7 @@ gatus:
group: core
conditions:
- "[STATUS] == 200"
- "[DOMAIN_EXPIRATION] > 720h"
- "[CERTIFICATE_EXPIRATION] > 240h"
interval: 30s
alerts:
@@ -122,14 +123,14 @@ gatus:
url: https://discord.com/app
conditions:
- "[STATUS] == 200"
- "[RESPONSE_TIME] < 400"
- "[RESPONSE_TIME] < 100"
interval: 10s
- name: reddit
group: external
url: https://reddit.com
conditions:
- "[STATUS] == 200"
- "[RESPONSE_TIME] < 400"
- "[RESPONSE_TIME] < 100"
interval: 10s
postgres-17-cluster: