fix(gatus): Update ingress
This commit is contained in:
@@ -15,7 +15,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
rules:
|
rules:
|
||||||
- host: uptime.srv.oceanbox.io
|
- host: uptime.hel1.oceanbox.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- backend:
|
- backend:
|
||||||
@@ -27,5 +27,5 @@ spec:
|
|||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- uptime.srv.oceanbox.io
|
- uptime.hel1.oceanbox.io
|
||||||
secretName: gatus-tls
|
secretName: gatus-tls
|
||||||
|
|||||||
@@ -15,13 +15,13 @@ config:
|
|||||||
|
|
||||||
storage:
|
storage:
|
||||||
type: postgres
|
type: postgres
|
||||||
path: "postgres://app:${DB_PASS}@prod-gatus-db:5432/app"
|
path: "postgres://app:${DB_PASS}@prod-gatus-db-rw:5432/app"
|
||||||
|
|
||||||
ui:
|
ui:
|
||||||
title: Oceanbox
|
title: Oceanbox
|
||||||
header: Oceanbox Monitoring
|
header: Oceanbox Service Status
|
||||||
#logo: https://zarak.fr/resources/cyril-avatar.jpg
|
logo: https://maps.oceanbox.io/ob.png
|
||||||
link: https://oceanbox.io
|
link: https://maps.oceanbox.io
|
||||||
|
|
||||||
.defaults: &defaults
|
.defaults: &defaults
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
Reference in New Issue
Block a user