Files
kubernetes/lp/headlamp/ingressroute-http.yaml
2026-05-31 16:07:30 +02:00

16 lines
261 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: headlamp-http
namespace: kube-system
spec:
entryPoints:
- web
routes:
- match: Host(`headlamp-lp.allarddcs.nl`)
kind: Rule
services:
- name: headlamp
port: 4466