This commit is contained in:
Teddy 2026-02-20 23:33:45 +00:00
commit a83cfb8e28
13 changed files with 60386 additions and 0 deletions

18
headlamp-ingress.yaml Normal file
View file

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