kubedeploy-k3s/apps/dashy/base/ingress.yaml
2024-05-10 10:33:35 +02:00

16 lines
271 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: dashy
namespace: dashy
spec:
entryPoints:
- websecure-local
tls: {}
routes:
- match: Host(`dashy.steffenillium.de`)
kind: Rule
services:
- name: dashy-service
port: http