Skip to content

Commit 66c5a61

Browse files
author
kbpersonal
committed
fix ottawa home pihole
1 parent 0001c84 commit 66c5a61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clusters/common/apps/home/tailscale-gateway/httproute.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: gateway.networking.k8s.io/v1
22
kind: HTTPRoute
33
metadata:
4-
name: pihole-web
4+
name: ts-pihole-web
55
annotations:
66
item.homer.rajsingh.info/name: "Pi-hole Tailscale"
77
item.homer.rajsingh.info/subtitle: "DNS Ad Blocker"
@@ -39,7 +39,7 @@ spec:
3939
backendRefs:
4040
- group: ""
4141
kind: Service
42-
name: pihole-web
42+
name: ts-pihole-web
4343
port: 80
4444
weight: 1
4545
# Serve other paths (API, etc)
@@ -50,6 +50,6 @@ spec:
5050
backendRefs:
5151
- group: ""
5252
kind: Service
53-
name: pihole-web
53+
name: ts-pihole-web
5454
port: 80
5555
weight: 1

0 commit comments

Comments
 (0)