theshire/kubernetes/apps/database/crunchy-postgres-operator/cluster/gatus.yaml

21 lines
453 B
YAML
Raw Normal View History

2024-04-13 09:31:13 -05:00
---
apiVersion: v1
kind: ConfigMap
metadata:
name: postgres-gatus-ep
labels:
gatus.io/enabled: "true"
data:
config.yaml: |
endpoints:
- name: postgres
group: infrastructure
url: tcp://postgres-primary.database.svc.cluster.local:5432
interval: 1m
ui:
hide-url: true
hide-hostname: true
conditions:
- "[CONNECTED] == true"
alerts:
- type: pushover