Add healthchecks
All checks were successful
Docker Build and Push / build (push) Successful in 35s

This commit is contained in:
2025-07-30 15:53:51 +12:00
parent c02723a265
commit ac44356633
4 changed files with 57 additions and 15 deletions

View File

@@ -57,11 +57,12 @@ spec:
# Backup settings
- name: BACKUP_RETENTION_DAYS
value: "7"
- name: COMPRESSION
value: "gzip"
# Optional webhook for notifications
# - name: WEBHOOK_URL
# value: "https://hooks.slack.com/services/YOUR/SLACK/WEBHOOK"
# Healthchecks.io monitoring
- name: HEALTHCHECKS_URL
valueFrom:
secretKeyRef:
name: postgres-backup-secret
key: healthchecks-url
resources:
requests:
memory: "256Mi"