maabara/manifests/pihole/README.md

13 lines
516 B
Markdown
Raw Normal View History

2024-11-18 14:06:13 +00:00
Add the repo `https://mojo2600.github.io/pihole-kubernetes/` from `mojo 2600`
Edit the values by pulling the chart(if desired)
```
helm repo add mojo2600 https://mojo2600.github.io/pihole-kubernetes/
helm install pihole mojo2600/pihole --values values.yaml
```
NOTE: if you want to install pihole solo, you must edit the network policy to
allow external internal traffic to the pod. See
[externalNetworkpolicy](https://github.com/ahmetb/kubernetes-network-policy-recipes/blob/master/08-allow-external-traffic.md)