"Updates"

This commit is contained in:
2026-04-14 18:47:44 +02:00
parent e9d5d392da
commit bc3e836dac
13 changed files with 848 additions and 49 deletions
+18
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