fix(homelab): use iptables rules to prevent wan access
This commit is contained in:
17
nix/homelab/helm/values/pihole.yaml
Normal file
17
nix/homelab/helm/values/pihole.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
persistentVolumeClaim:
|
||||
enabled: true
|
||||
|
||||
DNS1:
|
||||
1.1.1.1
|
||||
|
||||
serviceWeb:
|
||||
https:
|
||||
enabled: false
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
Reference in New Issue
Block a user