🩺 gatus

This commit is contained in:
auricom
2023-09-01 11:53:38 +02:00
parent 16c9c4bb4c
commit 58992902ef
109 changed files with 1044 additions and 803 deletions

View File

@@ -0,0 +1,22 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: home-assistant-gatus-ep
namespace: default
labels:
gatus.io/enabled: "true"
data:
config.yaml: |
endpoints:
- name: home-assistant
group: internal
url: https://home-assistant.${SECRET_CLUSTER_DOMAIN}
interval: 1m
client:
insecure: true
conditions:
- "[STATUS] == 200"
alerts:
- type: pushover

View File

@@ -5,6 +5,7 @@ kind: Kustomization
namespace: default
resources:
- ./externalsecret.yaml
- ./gatus.yaml
- ./helmrelease.yaml
- ./podmonitor.yaml
- ./volsync.yaml