fix(gatus): Update ingress
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user