diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-16 19:11:00 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-16 19:11:00 +0200 |
| commit | 8dca92ea40b191b9de367197aac7e1f882ed3d43 (patch) | |
| tree | 26dbdd1c70dd7e8c49adde910f3c7d23abf98cff /f3s/argocd-apps/services | |
| parent | 9ecd212123f9b67dc78ddb61584b618ad7334662 (diff) | |
Update hyperstack VM bootstrap, WireGuard, and Ollama setup logic; add retries, apt lock waits, and model verification
Diffstat (limited to 'f3s/argocd-apps/services')
| -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 e36f644..18e48fa 100644 --- a/f3s/argocd-apps/services/pihole.yaml +++ b/f3s/argocd-apps/services/pihole.yaml @@ -23,6 +23,8 @@ spec: enabled: true existingClaim: "pihole-config-pvc" dnsmasq: + customDnsEntries: + - address=/f3s.lan.buetow.org/192.168.1.138 customVolumeMounts: - name: dnsmasq-config mountPath: /etc/dnsmasq.d |
