charts/charts/stable/powerdns
2021-07-12 08:35:58 +00:00
..
templates [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
.helmignore [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
Chart.yaml chore(deps): update helm chart common to v3.3.0 (#1086) 2021-07-12 10:33:02 +02:00
README_CHANGELOG.md.gotmpl Updated icon url (#882) 2021-05-04 04:32:20 -04:00
README_CONFIG.md.gotmpl [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00
README.md Auto-generate chart README [no ci] 2021-07-12 08:35:58 +00:00
README.md.gotmpl [all] Regenerate docs 2021-06-01 12:47:34 +02:00
values.yaml [meta] Split incubator / stable charts (#688) 2021-03-18 13:11:24 +01:00

powerdns

Version: 3.3.0 AppVersion: v4.3.1

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

Source Code

Requirements

Dependencies

Repository Name Version
https://charts.bitnami.com/bitnami mariadb 9.3.16
https://charts.bitnami.com/bitnami postgresql 10.5.2

TL;DR

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

Installing the Chart

To install the chart with the release name powerdns

helm install powerdns k8s-at-home/powerdns

Uninstalling the Chart

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.

Configuration

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

Custom configuration

N/A

Values

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.architecture string "standalone"
mariadb.auth.database string "pdns"
mariadb.auth.password string "pdns-pass"
mariadb.auth.rootPassword string "pdnsrootpass"
mariadb.auth.username string "pdns"
mariadb.enabled bool false
mariadb.primary.persistence.enabled bool false
nameOverride string ""
nodeSelector object {}
podSecurityContext object {}
postgresql.enabled bool true
postgresql.persistence.enabled bool false
postgresql.postgresqlDatabase string "pdns"
postgresql.postgresqlPassword string "pdnspass"
postgresql.postgresqlPostgresPassword string "pdnsadminpass"
postgresql.postgresqlUsername string "pdns"
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
strategyType string "Recreate"
tolerations list []

Changelog

All notable changes to this application Helm chart will be documented in this file but does not include changes from our common library. To read those click here.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.2.2

Added

  • N/A

Changed

  • Updated icon url.

Removed

  • N/A

[1.0.0]

Added

  • N/A

Changed

  • use helm-docs

Removed

  • N/A

Support


Autogenerated from chart metadata using helm-docs v1.5.0