28 lines
676 B
YAML
28 lines
676 B
YAML
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
labels:
|
||
|
homelab.kubernetes.io/k8s-sidecar: gatus
|
||
|
name: gatus-endpoints
|
||
|
data:
|
||
|
redis-internal-gatus-endpoints.yaml: |
|
||
|
endpoints:
|
||
|
- name: Redis
|
||
|
url: tcp://redis-svc.core.svc.cluster.local:6379
|
||
|
group: Internal/Core
|
||
|
interval: 5m
|
||
|
alerts:
|
||
|
- type: ntfy
|
||
|
conditions:
|
||
|
- "[CONNECTED] == true"
|
||
|
# redis-external-gatus-endpoints.yaml: |
|
||
|
# endpoints:
|
||
|
# - name: Redis
|
||
|
# url: https://redis.leechpepin.com/
|
||
|
# group: External
|
||
|
# interval: 5m
|
||
|
# alerts:
|
||
|
# - type: ntfy
|
||
|
# conditions:
|
||
|
# - "[STATUS] == 200"
|