fix: update gatus to adm.hel1.obx
This commit is contained in:
@@ -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,7 +15,7 @@ metadata:
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: uptime.hel1.oceanbox.io
|
||||
- host: uptime.adm.hel1.obx
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
@@ -27,5 +27,5 @@ spec:
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- uptime.hel1.oceanbox.io
|
||||
- uptime.adm.hel1.obx
|
||||
secretName: gatus-tls
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user