From 5990b73ee5a9d96ceaa3f7ccb8687a1b0463b8da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 18 Nov 2025 11:33:35 +0100 Subject: [PATCH] fix(gatus): Update ingress --- values/gatus/manifests/ingress.yaml | 4 ++-- values/gatus/values/values.yaml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/values/gatus/manifests/ingress.yaml b/values/gatus/manifests/ingress.yaml index d760236f..5c828616 100644 --- a/values/gatus/manifests/ingress.yaml +++ b/values/gatus/manifests/ingress.yaml @@ -15,7 +15,7 @@ metadata: spec: ingressClassName: nginx rules: - - host: uptime.srv.oceanbox.io + - host: uptime.hel1.oceanbox.io http: paths: - backend: @@ -27,5 +27,5 @@ spec: pathType: ImplementationSpecific tls: - hosts: - - uptime.srv.oceanbox.io + - uptime.hel1.oceanbox.io secretName: gatus-tls diff --git a/values/gatus/values/values.yaml b/values/gatus/values/values.yaml index 47052478..aa64bc2c 100644 --- a/values/gatus/values/values.yaml +++ b/values/gatus/values/values.yaml @@ -15,13 +15,13 @@ config: storage: type: postgres - path: "postgres://app:${DB_PASS}@prod-gatus-db:5432/app" + path: "postgres://app:${DB_PASS}@prod-gatus-db-rw:5432/app" ui: title: Oceanbox - header: Oceanbox Monitoring - #logo: https://zarak.fr/resources/cyril-avatar.jpg - link: https://oceanbox.io + header: Oceanbox Service Status + logo: https://maps.oceanbox.io/ob.png + link: https://maps.oceanbox.io .defaults: &defaults interval: 30s