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
+11
View File
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: uptime-kuma
namespace: uptime-kuma
spec:
selector:
app: uptime-kuma
ports:
- port: 80
targetPort: 3001