diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-07 22:42:12 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-07 22:42:12 +0200 |
| commit | ad5eb1df1bb5ef53e64d7d533d8fed24f48ead4f (patch) | |
| tree | d4b1294dd0680ef770e675f6e58c3a11f2cbd47b /f3s | |
| parent | 440ce43fc30ea09ade4dbc1243713bc13646efe8 (diff) | |
feat(pihole): add LAN DNS access via externalIP
Configure Pi-hole DNS service to bind to 192.168.1.120 for LAN access.
This allows clients on the 192.168.1.0/24 network to use Pi-hole as
their DNS server without needing to be on the Wireguard mesh.
Co-authored-by: Cursor <cursoragent@cursor.com>
Diffstat (limited to 'f3s')
| -rw-r--r-- | f3s/argocd-apps/services/pihole.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/f3s/argocd-apps/services/pihole.yaml b/f3s/argocd-apps/services/pihole.yaml index 9dbe381..e36f644 100644 --- a/f3s/argocd-apps/services/pihole.yaml +++ b/f3s/argocd-apps/services/pihole.yaml @@ -32,6 +32,8 @@ spec: claimName: "pihole-dnsmasq-pvc" serviceDns: type: LoadBalancer + externalIPs: + - 192.168.1.120 # LAN access serviceWeb: type: ClusterIP ingress: |
