27 lines
623 B
YAML
Raw Normal View History

2023-10-20 12:44:02 +01:00
---
apiVersion: traefik.io/v1alpha1
2023-10-20 12:44:02 +01:00
kind: IngressRoute
metadata:
name: pihole
namespace: pihole
annotations:
kubernetes.io/ingress.class: traefik-external
spec:
entryPoints:
- websecure
routes:
- match: Host(`www.pihole3.jimsgarage.co.uk`) # change to your domain
kind: Rule
services:
- name: pihole
port: 80
- match: Host(`pihole3.jimsgarage.co.uk`) # change to your domain
kind: Rule
services:
- name: pihole
port: 80
middlewares:
- name: default-headers
tls:
secretName: jimsgarage-tls # change to your cert name