diff --git a/values/gatus/manifests/ingress.yaml b/values/gatus/manifests/ingress.yaml index d760236f..5c828616 100644 --- a/values/gatus/manifests/ingress.yaml +++ b/values/gatus/manifests/ingress.yaml @@ -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 diff --git a/values/gatus/values/values.yaml b/values/gatus/values/values.yaml index 47052478..aa64bc2c 100644 --- a/values/gatus/values/values.yaml +++ b/values/gatus/values/values.yaml @@ -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