Initial Kozel's homelab infrastructure commit.

This commit is contained in:
2026-05-13 13:30:33 +02:00
commit 1a4c5ece17
42 changed files with 1443 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: myspeed-ingress
namespace: monitoring
spec:
ingressClassName: nginx
rules:
- host: myspeed.lan
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: myspeed
port:
number: 5216