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