mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
21 lines
435 B
YAML
21 lines
435 B
YAML
---
|
|
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: dashboard
|
|
namespace: networking
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- match: Host(`traefik.${SECRET_CLUSTER_DOMAIN}`)
|
|
kind: Rule
|
|
priority: 10
|
|
services:
|
|
- name: api@internal
|
|
kind: TraefikService
|
|
middlewares:
|
|
- name: rfc1918
|
|
tls:
|
|
secretName: "${SECRET_CLUSTER_CERTIFICATE_DEFAULT}"
|