helm-charts/adguard-home
2022-02-02 05:19:47 +03:00
..
templates GHP publish 2021-01-17 04:09:41 +03:00
.helmignore GHP publish 2021-01-17 04:09:41 +03:00
Chart.yaml update adguard home to v0.107.3 2022-02-02 05:19:47 +03:00
README.md GHP publish 2021-01-17 04:09:41 +03:00
values.yaml update adguard home to v0.107.3 2022-02-02 05:19:47 +03:00

DNS proxy as ad-blocker for local network

This is an opinionated helm chart for adguard-home

The default values and container images used in this chart will allow for running in a multi-arch cluster (amd64, arm, arm64)

TL;DR

helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm install k8s-at-home/adguard-home

Installing the Chart

To install the chart with the release name my-release:

helm install --name adguard-home k8s-at-home/adguard-home

Uninstalling the Chart

To uninstall/delete the adguard-home deployment:

helm delete adguard-home --purge

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

Read through the values.yaml file. It has several commented out suggested values.

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

helm install --name adguard-home \
  --set timeZone="America/New York" \
    k8s-at-home/adguard-home

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,

helm install --name adguard-home -f values.yaml k8s-at-home/adguard-home

Helm force upgrade

helm upgrade --force

Delete the existing adguard-home services prior to upgrading

kubectl delete svc/adguard-home

Remove the existing adguard-home chart first

This is the 'easiest' approach, but will incur downtime which can be problematic if you rely on adguard-home for DNS