Files
postgres-backup/k8s-secret.yaml
Hadley Rich ac44356633
All checks were successful
Docker Build and Push / build (push) Successful in 35s
Add healthchecks
2025-07-30 15:53:51 +12:00

13 lines
371 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: postgres-backup-secret
namespace: default
type: Opaque
stringData:
# Plain text values - much easier to manage than base64
postgres-user: postgres
postgres-password: your-password
s3-access-key-id: your-s3-access-key
s3-secret-access-key: your-s3-secret-key
healthchecks-url: https://hc-ping.com/your-check-uuid