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