From 3a1dac2a9f012d56c351652a928a9a218776e3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 18 Nov 2025 12:45:14 +0100 Subject: [PATCH] fix(gatus): Setup alerting --- values/gatus/values/values.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/values/gatus/values/values.yaml b/values/gatus/values/values.yaml index 52157803..efa55e75 100644 --- a/values/gatus/values/values.yaml +++ b/values/gatus/values/values.yaml @@ -75,26 +75,36 @@ config: <<: *https-endpoint group: "Primary Services" url: https://maps.oceanbox.io/healthz + alerts: + - type: custom - name: Sorcerer <<: *https-endpoint group: "Primary Services" url: https://sorcerer.data.oceanbox.io/healthz + alerts: + - type: custom - name: Plume <<: *https-endpoint group: "Secondary Services" url: https://plume.data.oceanbox.io/healthz + alerts: + - type: custom - name: Homepage <<: *https-endpoint group: "Secondary Services" url: https://oceanbox.io + alerts: + - type: custom - name: Homepage <<: *https-endpoint group: "Experimental Services" url: https://oceanbox.io + alerts: + - type: custom - name: Atlantis Beta <<: *https-endpoint @@ -102,6 +112,8 @@ config: url: https://atlantis.beta.oceanbox.io/healthz extra-labels: environment: staging + alerts: + - type: custom - name: Sorcerer Beta <<: *https-endpoint @@ -109,6 +121,8 @@ config: url: https://sorcerer.ekman.oceanbox.io/healthz extra-labels: environment: staging + alerts: + - type: custom - name: Plume Beta <<: *https-endpoint @@ -116,3 +130,5 @@ config: url: https://plume.ekman.oceanbox.io/healthz extra-labels: environment: staging + alerts: + - type: custom