From c8a0a981676184bbeff68e94d32e2828591b9ec8 Mon Sep 17 00:00:00 2001 From: Jonas Juselius Date: Sun, 28 Dec 2025 14:36:33 +0100 Subject: [PATCH] fix: update gatus to adm.hel1.obx --- values/gatus/manifests/ingress.yaml | 28 ++++++++++++++-------------- values/gatus/values/values.yaml | 16 ++++++++-------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/values/gatus/manifests/ingress.yaml b/values/gatus/manifests/ingress.yaml index 5c828616..54f904af 100644 --- a/values/gatus/manifests/ingress.yaml +++ b/values/gatus/manifests/ingress.yaml @@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: - cert-manager.io/cluster-issuer: letsencrypt-production + cert-manager.io/cluster-issuer: cluster-ca nginx.ingress.kubernetes.io/backend-protocol: HTTP nginx.ingress.kubernetes.io/cors-allow-headers: Content-Type, x-gatus-cache nginx.ingress.kubernetes.io/enable-cors: "true" @@ -15,17 +15,17 @@ metadata: spec: ingressClassName: nginx rules: - - host: uptime.hel1.oceanbox.io - http: - paths: - - backend: - service: - name: gatus - port: - number: 80 - path: / - pathType: ImplementationSpecific + - host: uptime.adm.hel1.obx + http: + paths: + - backend: + service: + name: gatus + port: + number: 80 + path: / + pathType: ImplementationSpecific tls: - - hosts: - - uptime.hel1.oceanbox.io - secretName: gatus-tls + - hosts: + - uptime.adm.hel1.obx + secretName: gatus-tls diff --git a/values/gatus/values/values.yaml b/values/gatus/values/values.yaml index 7988c406..1c42257b 100644 --- a/values/gatus/values/values.yaml +++ b/values/gatus/values/values.yaml @@ -29,7 +29,7 @@ config: security: oidc: issuer-url: "https://login.microsoftonline.com/3f737008-e9a0-4485-9d27-40329d288089/v2.0" - redirect-url: "https://uptime.hel1.oceanbox.io/authorization-code/callback" + redirect-url: "https://uptime.adm.hel1.obx/authorization-code/callback" client-id: "38af7e63-b097-4f1b-8dac-3d0030dceaf9" client-secret: "${CLIENT_SECRET}" scopes: ["openid"] @@ -84,14 +84,14 @@ config: group: "Primary Services" url: https://maps.oceanbox.io/healthz alerts: - - type: custom + - type: custom - name: Sorcerer TOS <<: *https-endpoint group: "Primary Services" url: https://sorcerer.data.oceanbox.io/healthz alerts: - - type: custom + - type: custom - name: Sorcerer VTN <<: *https-endpoint @@ -105,14 +105,14 @@ config: group: "Secondary Services" url: https://plume.data.oceanbox.io/healthz alerts: - - type: custom + - type: custom - name: Homepage <<: *https-endpoint group: "Secondary Services" url: https://oceanbox.io alerts: - - type: custom + - type: custom - name: Atlantis Beta <<: *https-endpoint @@ -121,7 +121,7 @@ config: extra-labels: environment: staging alerts: - - type: custom + - type: custom - name: Sorcerer Beta <<: *https-endpoint @@ -130,7 +130,7 @@ config: extra-labels: environment: staging alerts: - - type: custom + - type: custom - name: Plume Beta <<: *https-endpoint @@ -139,4 +139,4 @@ config: extra-labels: environment: staging alerts: - - type: custom + - type: custom