mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
22 lines
501 B
YAML
22 lines
501 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: "${APP}-gatus-ep"
|
|
labels:
|
|
gatus.io/enabled: "true"
|
|
data:
|
|
config.yaml: |
|
|
endpoints:
|
|
- name: "${APP}"
|
|
group: guarded
|
|
url: "https://${GATUS_SUBDOMAIN:-${APP}}.${GATUS_DOMAIN:-${SECRET_EXTERNAL_DOMAIN}}${GATUS_PATH:-/}"
|
|
interval: 1m
|
|
ui:
|
|
hide-hostname: true
|
|
hide-url: true
|
|
conditions:
|
|
- "[STATUS] == ${GATUS_STATUS:-200}"
|
|
alerts:
|
|
- type: pushover
|