Restructure repository around homelab cluster composition

This commit is contained in:
2026-07-23 00:11:24 +02:00
parent fd3cbb89c2
commit 2a2d75d448
10 changed files with 20 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: web
spec:
ingressClassName: nginx
rules:
- host: web.local
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: web
port:
number: 80