pihole-kubernetes icon indicating copy to clipboard operation
pihole-kubernetes copied to clipboard

PiHole on kubernetes

Results 47 pihole-kubernetes issues
Sort by recently updated
recently updated
newest added

Hello, I would like to recommend a feature: executing an SQL script form post-install hook. This script can be used to initialize things that are not exposed via gravity.sh -...

Starting in 5.0, we can add local records to Pihole using the web interface. Theses entries are save in the file /etc/pihole/custom.list. Is it possible to add it? Thanks.

Hey so im deploying this on my raspberry pi cluster with this comand: `helm install --version '2.5.8' --namespace pihole --values values.yaml pihole mojo2600/pihole` but when i check the pods the...

This is related to my other PR #210. What I was trying to (and did!) achieve was a much simpler ingress config while still leveraging TLS. My Ingress is configured...

I have the following information in my values file: ``` adlists: - https://raw.githubusercontent.com/jmdugan/blocklists/master/corporations/facebook/all ``` It creates the adlist ConfigMap and the `/etc/pihole/adlist.list` file but I don't see the adlist showing...

I've seen this trend in other helm charts like [ArgoCD](https://github.com/argoproj/argo-helm/blob/master/charts/argo-cd/values.yaml#L62) and I really like being able to bundle my "extra" bits that shouldn't be part of the chart with the...

Hello, Using/enabling `serviceWeb.https` does not work since the app container only listens on port 80 (even though a `LoadBalancer` and corresponding port definitions exist for the pod/container). I've looked through...

Warning from MetalLB: ``` Warning AllocationFailed 111s metallb-controller Failed to allocate IP for "pihole/pihole-dns-tcp": requested loadBalancer IP(s) ["192.168.100.101"] does not match the ipFamily of the service ``` `values.yaml`: ``` dualStack:...

My goal is to disable the domain caching because I'm using pihole just for dns filtering and custom dns record. I have another recursive dns resolver with caching built in...

Hello, Not sure what i'm doing wrong, but pihole deploys successfully, but the following section doesn't seem to work. When i visit pihole, and click on local DNS -> DNS...