NOTE: this helm chart was originally writen and maintained by k8s-at-home. I wish we could have preserved the git history but the original repo was depricated and removed from github & artifacts hub.
PowerDNS is a DNS server, written in C++ and licensed under the GPL. It runs on most Unix derivatives. PowerDNS features a large number of different backends ranging from simple BIND style zonefiles to relational databases and load balancing/failover algorithms. A DNS recursor is provided as a separate program.
This chart is not maintained by the upstream project and any issues with the chart should be raised here
Repository | Name | Version |
---|---|---|
https://charts.bitnami.com/bitnami | mariadb | 10.2.0 |
https://charts.bitnami.com/bitnami | postgresql | 10.14.4 |
helm repo add k8s-at-home https://k8s-at-home.com/charts/
helm repo update
helm install powerdns k8s-at-home/powerdns
To install the chart with the release name powerdns
helm install powerdns k8s-at-home/powerdns
To uninstall the powerdns
deployment
helm uninstall powerdns
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 powerdns \
--set env.TZ="America/New York" \
k8s-at-home/powerdns
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
helm install powerdns k8s-at-home/powerdns -f values.yaml
N/A
Important: When deploying an application Helm chart you can add more values from our common library chart here
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "Always" |
|
image.repository | string | "naps/powerdns" |
|
image.tag | string | "4.3.1" |
|
imagePullSecrets | list | [] |
|
mariadb | object | {"architecture":"standalone","auth":{"database":"pdns","password":"pdns-pass","rootPassword":"pdnsrootpass","username":"pdns"},"enabled":false,"primary":{"persistence":{"enabled":false}}} |
... for more options see https://github.com/bitnami/charts/tree/master/bitnami/mariadb |
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podSecurityContext | object | {} |
|
postgresql | object | {"enabled":true,"persistence":{"enabled":false},"postgresqlDatabase":"pdns","postgresqlPassword":"pdnspass","postgresqlPostgresPassword":"pdnsadminpass","postgresqlUsername":"pdns"} |
... for more options see https://github.com/bitnami/charts/tree/master/bitnami/postgresql |
powerdns.additionalEnv | list | [] |
|
powerdns.config | object | {} |
|
powerdns.dnssec | bool | true |
|
powerdns.domain | string | "mydomain.local" |
|
powerdns.mysql.database | string | "pdns" |
|
powerdns.mysql.password | string | "pdnspass" |
|
powerdns.mysql.username | string | "pdns" |
|
powerdns.postgres.database | string | "pdns" |
|
powerdns.postgres.password | string | "pdnspass" |
|
powerdns.postgres.username | string | "pdns" |
|
probes.liveness.enabled | bool | true |
|
probes.liveness.failureThreshold | int | 5 |
|
probes.liveness.initialDelaySeconds | int | 30 |
|
probes.liveness.timeoutSeconds | int | 10 |
|
probes.readiness.enabled | bool | true |
|
probes.readiness.failureThreshold | int | 5 |
|
probes.readiness.initialDelaySeconds | int | 30 |
|
probes.readiness.timeoutSeconds | int | 10 |
|
probes.startup.enabled | bool | false |
|
probes.startup.failureThreshold | int | 30 |
|
probes.startup.periodSeconds | int | 10 |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
securityContext | object | {} |
|
service.externalTrafficPolicy | string | "" |
|
service.port | int | 53 |
|
service.type | string | "ClusterIP" |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | nil |
If not set and create is true, a name is generated using the fullname template |
strategyType | string | "Recreate" |
|
tolerations | list | [] |
N/A
- Upgraded
mariadb
chart dependency to version10.2.0
. - Upgraded
postgresql
chart dependency to version10.14.4
.
N/A
A historical overview of changes can be found on ArtifactHUB
Autogenerated from chart metadata using helm-docs v0.1.1