k3s/namespaces/apps/syncthing/extra/gatus-endpoints.yaml

28 lines
698 B
YAML
Raw Normal View History

apiVersion: v1
kind: ConfigMap
metadata:
labels:
homelab.kubernetes.io/k8s-sidecar: gatus
name: gatus-endpoints
data:
syncthing-internal-gatus-endpoints.yaml: |
endpoints:
- name: Syncthing
url: http://syncthing-svc.apps.svc.cluster.local:8384/
group: Internal/Apps
interval: 5m
alerts:
- type: ntfy
conditions:
- "[STATUS] == 200"
# syncthing-external-gatus-endpoints.yaml: |
# endpoints:
# - name: Syncthing
# url: https://syncthing.leechpepin.com/
# group: External
# interval: 5m
# alerts:
# - type: ntfy
# conditions:
# - "[STATUS] == 200"