This commit is contained in:
2020-06-25 11:45:07 +02:00
parent 86ab365f03
commit b63246be9e
19 changed files with 459 additions and 2 deletions

16
pihole-ingress.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: networking.k8s.io/v1beta1
kind: Ingress
metadata:
name: pihole
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /admin/$1
spec:
rules:
- host: pihole.lan
http:
paths:
- backend:
serviceName: pihole-tcp
servicePort: http
path: /(.*)
pathType: ImplementationSpecific