we-re traefik now

This commit is contained in:
2020-10-30 21:16:03 +01:00
parent 879a375a8c
commit c7bb0632d1
5 changed files with 67 additions and 68 deletions

View File

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