Add Uptime Kuma

This commit is contained in:
2026-06-12 17:58:28 +00:00
commit f2fb5e976e
5 changed files with 72 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: uptime-kuma
namespace: uptime-kuma
spec:
ingressClassName: nginx
rules:
- host: uptime.home.lan
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: uptime-kuma
port:
number: 80