fix: update gatus to adm.hel1.obx
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
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/backend-protocol: HTTP
|
||||||
nginx.ingress.kubernetes.io/cors-allow-headers: Content-Type, x-gatus-cache
|
nginx.ingress.kubernetes.io/cors-allow-headers: Content-Type, x-gatus-cache
|
||||||
nginx.ingress.kubernetes.io/enable-cors: "true"
|
nginx.ingress.kubernetes.io/enable-cors: "true"
|
||||||
@@ -15,17 +15,17 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: uptime.hel1.oceanbox.io
|
- host: uptime.adm.hel1.obx
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- backend:
|
||||||
service:
|
service:
|
||||||
name: gatus
|
name: gatus
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
path: /
|
path: /
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- uptime.hel1.oceanbox.io
|
- uptime.adm.hel1.obx
|
||||||
secretName: gatus-tls
|
secretName: gatus-tls
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ config:
|
|||||||
security:
|
security:
|
||||||
oidc:
|
oidc:
|
||||||
issuer-url: "https://login.microsoftonline.com/3f737008-e9a0-4485-9d27-40329d288089/v2.0"
|
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-id: "38af7e63-b097-4f1b-8dac-3d0030dceaf9"
|
||||||
client-secret: "${CLIENT_SECRET}"
|
client-secret: "${CLIENT_SECRET}"
|
||||||
scopes: ["openid"]
|
scopes: ["openid"]
|
||||||
@@ -84,14 +84,14 @@ config:
|
|||||||
group: "Primary Services"
|
group: "Primary Services"
|
||||||
url: https://maps.oceanbox.io/healthz
|
url: https://maps.oceanbox.io/healthz
|
||||||
alerts:
|
alerts:
|
||||||
- type: custom
|
- type: custom
|
||||||
|
|
||||||
- name: Sorcerer TOS
|
- name: Sorcerer TOS
|
||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
group: "Primary Services"
|
group: "Primary Services"
|
||||||
url: https://sorcerer.data.oceanbox.io/healthz
|
url: https://sorcerer.data.oceanbox.io/healthz
|
||||||
alerts:
|
alerts:
|
||||||
- type: custom
|
- type: custom
|
||||||
|
|
||||||
- name: Sorcerer VTN
|
- name: Sorcerer VTN
|
||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
@@ -105,14 +105,14 @@ config:
|
|||||||
group: "Secondary Services"
|
group: "Secondary Services"
|
||||||
url: https://plume.data.oceanbox.io/healthz
|
url: https://plume.data.oceanbox.io/healthz
|
||||||
alerts:
|
alerts:
|
||||||
- type: custom
|
- type: custom
|
||||||
|
|
||||||
- name: Homepage
|
- name: Homepage
|
||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
group: "Secondary Services"
|
group: "Secondary Services"
|
||||||
url: https://oceanbox.io
|
url: https://oceanbox.io
|
||||||
alerts:
|
alerts:
|
||||||
- type: custom
|
- type: custom
|
||||||
|
|
||||||
- name: Atlantis Beta
|
- name: Atlantis Beta
|
||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
@@ -121,7 +121,7 @@ config:
|
|||||||
extra-labels:
|
extra-labels:
|
||||||
environment: staging
|
environment: staging
|
||||||
alerts:
|
alerts:
|
||||||
- type: custom
|
- type: custom
|
||||||
|
|
||||||
- name: Sorcerer Beta
|
- name: Sorcerer Beta
|
||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
@@ -130,7 +130,7 @@ config:
|
|||||||
extra-labels:
|
extra-labels:
|
||||||
environment: staging
|
environment: staging
|
||||||
alerts:
|
alerts:
|
||||||
- type: custom
|
- type: custom
|
||||||
|
|
||||||
- name: Plume Beta
|
- name: Plume Beta
|
||||||
<<: *https-endpoint
|
<<: *https-endpoint
|
||||||
@@ -139,4 +139,4 @@ config:
|
|||||||
extra-labels:
|
extra-labels:
|
||||||
environment: staging
|
environment: staging
|
||||||
alerts:
|
alerts:
|
||||||
- type: custom
|
- type: custom
|
||||||
|
|||||||
Reference in New Issue
Block a user