28 lines
662 B
YAML
28 lines
662 B
YAML
|
apiVersion: v1
|
||
|
kind: ConfigMap
|
||
|
metadata:
|
||
|
labels:
|
||
|
homelab.kubernetes.io/k8s-sidecar: gatus
|
||
|
name: gatus-endpoints
|
||
|
data:
|
||
|
umami-internal-gatus-endpoints.yaml: |
|
||
|
endpoints:
|
||
|
- name: Umami
|
||
|
url: http://umami-svc.monitoring.svc.cluster.local/
|
||
|
group: Internal/Monitoring
|
||
|
interval: 5m
|
||
|
alerts:
|
||
|
- type: ntfy
|
||
|
conditions:
|
||
|
- "[STATUS] == 200"
|
||
|
umami-external-gatus-endpoints.yaml: |
|
||
|
endpoints:
|
||
|
- name: Umami
|
||
|
url: https://umami.leechpepin.com/
|
||
|
group: External
|
||
|
interval: 5m
|
||
|
alerts:
|
||
|
- type: ntfy
|
||
|
conditions:
|
||
|
- "[STATUS] == 200"
|