first commit

This commit is contained in:
2026-02-18 17:51:44 +01:00
commit 963a8b0464
12 changed files with 848 additions and 0 deletions

18
headlamp-ingress.yml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: headlamp-ingress
namespace: kube-system
annotations:
spec.ingressClassName: traefik
spec:
rules:
- http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: headlamp
port:
number: 8080