charts/charts/blocky
Jeff Billimek 6dd129e4a9
[blocky] update blocky for v0.6 (#200)
* update blocky for v0.6

* fix missing port rename

* making service spec more robust

* make defaults sane
2020-04-14 09:31:23 -04:00
..
templates [blocky] update blocky for v0.6 (#200) 2020-04-14 09:31:23 -04:00
.helmignore [blocky] - initial cut of blocky helm chart (#157) 2020-03-08 11:12:37 -04:00
Chart.yaml [blocky] update blocky for v0.6 (#200) 2020-04-14 09:31:23 -04:00
OWNERS [blocky] - initial cut of blocky helm chart (#157) 2020-03-08 11:12:37 -04:00
README.md readme typos (#162) 2020-03-08 13:08:40 -04:00
values.yaml [blocky] update blocky for v0.6 (#200) 2020-04-14 09:31:23 -04:00

DNS proxy as ad-blocker for local network

This is an opinionated helm chart for blocky

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 billimek https://billimek.com/billimek-charts/
helm install billimek/blocky

Installing the Chart

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

helm install --name blocky billimek/blocky

Uninstalling the Chart

To uninstall/delete the blocky deployment:

helm delete blocky --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 blocky \
  --set timeZone="America/New York" \
    billimek/blocky

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

helm install --name blocky -f values.yaml billimek/blocky