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