瀏覽代碼

Added BLOCK_ICLOUD_PR-false to pihole configs

Breandan Dezendorf 1 年之前
父節點
當前提交
b179a46870
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      dezendorf/homelab/k3s/pihole/pihole.yaml

+ 16 - 0
dezendorf/homelab/k3s/pihole/pihole.yaml

@@ -59,6 +59,10 @@ spec:
               mountPath: "/etc/dnsmasq.d/01-pihole.conf"
               subPath: "01-pihole.conf"
               readOnly: true
+            - name: "pihole-ftl-config"
+              mountPath: "/etc/pihole/pihole-FTL.conf"
+              subPath: "pihole-FTL.conf"
+              readOnly: true
       affinity:
         podAntiAffinity:
           preferredDuringSchedulingIgnoredDuringExecution:
@@ -302,3 +306,15 @@ data:
     bogus-priv
     except-interface=nonexisting
      
+---
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: pihole-ftl-config
+  namespace: default
+data:
+  pihole-FTL.conf: |
+    #; Pi-hole FTL config file
+    #; Comments should start with #; to avoid issues with PHP and bash reading this file
+    PRIVACYLEVEL=0
+    BLOCK_ICLOUD_PR=false