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