We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0001c84 commit 66c5a61Copy full SHA for 66c5a61
clusters/common/apps/home/tailscale-gateway/httproute.yaml
@@ -1,7 +1,7 @@
1
apiVersion: gateway.networking.k8s.io/v1
2
kind: HTTPRoute
3
metadata:
4
- name: pihole-web
+ name: ts-pihole-web
5
annotations:
6
item.homer.rajsingh.info/name: "Pi-hole Tailscale"
7
item.homer.rajsingh.info/subtitle: "DNS Ad Blocker"
@@ -39,7 +39,7 @@ spec:
39
backendRefs:
40
- group: ""
41
kind: Service
42
43
port: 80
44
weight: 1
45
# Serve other paths (API, etc)
@@ -50,6 +50,6 @@ spec:
50
51
52
53
54
55
0 commit comments