DNS proxy as ad-blocker for local network
This chart is not maintained by the upstream project and any issues with the chart should be raised here
Kubernetes: >=1.19.0-0
Repository | Name | Version |
---|---|---|
https://charts.bitnami.com/bitnami | redis | 16.13.1 |
https://johanneskastl.github.io/helm-charts/ | common | 5.0.0 |
helm repo add johanneskastl-helm-charts https://johanneskastl.github.io/helm-charts/
helm repo update
helm install blocky johanneskastl-helm-charts/blocky
To install the chart with the release name blocky
helm install blocky johanneskastl-helm-charts/blocky
To uninstall the blocky
deployment
helm uninstall blocky
The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.
Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the common library.
Specify each parameter using the --set key=value[,key=value]
argument to helm install
.
helm install blocky \
--set env.TZ="America/New York" \
johanneskastl-helm-charts/blocky
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
helm install blocky johanneskastl-helm-charts/blocky -f values.yaml
N/A
Important: When deploying an application Helm chart you can add more values from the common library chart here
Key | Type | Default | Description |
---|---|---|---|
config | string | see URL to default config | Full list of options https://github.com/0xERR0R/blocky/blob/v0.18/docs/config.yml |
controller.replicas | int | 1 |
Number of pods to load balance between |
controller.strategy | string | "RollingUpdate" |
Set the controller upgrade strategy |
env | object | See below | environment variables. See image docs for more details. |
env.TZ | string | "UTC" |
Set the container timezone |
image.pullPolicy | string | "IfNotPresent" |
image pull policy |
image.repository | string | "ghcr.io/0xerr0r/blocky" |
image repository |
image.tag | string | chart.appVersion | image tag |
ingress | object | See values.yaml | Enable and configure ingress settings for the chart under this key. |
metrics.enabled | bool | See values.yaml | Enable and configure a Prometheus serviceMonitor for the chart under this key. |
metrics.prometheusRule | object | See values.yaml | Enable and configure Prometheus Rules for the chart under this key. |
metrics.prometheusRule.rules | list | See prometheusrules.yaml | Configure additionial rules for the chart under this key. |
metrics.serviceMonitor.interval | string | "30s" |
Interval at which Prometheus should scrape metrics |
metrics.serviceMonitor.jobLabel | string | "" |
The Kubernetes Endpoints label to use as the Prometheus job name |
metrics.serviceMonitor.labels | object | {} |
Additional labels for the Kubernetes ServiceMonitor object |
metrics.serviceMonitor.podTargetLabels | list | [] |
PodTargetLabels transfers labels on the Kubernetes `Pod`` onto the created metrics. |
metrics.serviceMonitor.scrapeTimeout | string | "10s" |
Timeout after which the scrape is ended |
metrics.serviceMonitor.targetLabels | list | [] |
TargetLabels transfers labels from the Kubernetes `Service`` onto the created metrics. |
persistence | object | See values.yaml | Configure persistence settings for the chart under this key. |
redis | object | See values.yaml | Enable and configure redis subchart under this key. Useful if you're running more than one replica of blocky dns. For more options see redis chart documentation |
service | object | See values.yaml | Configures service settings for the chart. |
All notable changes to this Helm chart will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
N/A
- update appVersion to v0.24
N/A
N/A
- update appVersion to v0.23
N/A
N/A
- update appVersion to v0.22
N/A
N/A
- generate README with helm-docs
N/A
N/A
- update appVersion to v0.21
N/A
N/A
- README.md: cleanup
N/A
N/A
- README.md: remove another k8s-at-home
N/A
N/A
- README.md: remove leftover references to k8s-at-home in URLs
- README.md: cleanup
N/A
N/A
- update appVersion to 0.20
N/A
N/A
- Forked the chart from k8s-at-home (at version 10.5.2)
N/A
Open an issue.