From 8f4d9d463994490a32950171f269cebd18dfa306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Sat, 14 Feb 2026 16:24:05 +0100 Subject: [PATCH] fix(gatus): Add beta and dev labels --- values/gatus/values/values.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/values/gatus/values/values.yaml b/values/gatus/values/values.yaml index 8052c289..358838af 100644 --- a/values/gatus/values/values.yaml +++ b/values/gatus/values/values.yaml @@ -93,6 +93,13 @@ config: alerts: - type: custom + - name: Atlantis Beta TOS + <<: *https-endpoint + group: "Primary Services" + url: https://maps.beta.oceanbox.io/healthz + alerts: + - type: custom + # NOTE: Ingress is down # - name: Sorcerer VTN # <<: *https-endpoint @@ -115,16 +122,16 @@ config: alerts: - type: custom - - name: Atlantis Beta + - name: Atlantis Dev TOS <<: *https-endpoint group: "Experimental Services" - url: https://atlantis.beta.oceanbox.io/healthz + url: https://maps.dev.oceanbox.io/healthz extra-labels: environment: staging alerts: - type: custom - - name: Sorcerer Beta + - name: Sorcerer Dev TOS <<: *https-endpoint group: "Experimental Services" url: https://sorcerer.ekman.oceanbox.io/healthz @@ -133,7 +140,7 @@ config: alerts: - type: custom - - name: Plume Beta + - name: Plume Dev TOS <<: *https-endpoint group: "Experimental Services" url: https://plume.ekman.oceanbox.io/healthz