feat(gatus): Add uptime monitoring

This commit is contained in:
2025-11-18 11:12:00 +01:00
parent d8c1bac4c3
commit f67fcaf7c8
10 changed files with 233 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
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"
nginx.ingress.kubernetes.io/proxy-buffer-size: 128k
nginx.ingress.kubernetes.io/ssl-redirect: "true"
labels:
app.kubernetes.io/name: gatus
name: gatus
namespace: uptime
spec:
ingressClassName: nginx
rules:
- host: uptime.srv.oceanbox.io
http:
paths:
- backend:
service:
name: gatus
port:
number: 80
path: /
pathType: ImplementationSpecific
tls:
- hosts:
- uptime.srv.oceanbox.io
secretName: gatus-tls