mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
Auto-generate chart README [no ci]
This commit is contained in:
parent
2afb28717e
commit
df2e863705
@ -1,6 +1,6 @@
|
||||
# powerdns
|
||||
|
||||
![Version: 3.4.1](https://img.shields.io/badge/Version-3.4.1-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square)
|
||||
![Version: 3.4.2](https://img.shields.io/badge/Version-3.4.2-informational?style=flat-square) ![AppVersion: v4.3.1](https://img.shields.io/badge/AppVersion-v4.3.1-informational?style=flat-square)
|
||||
|
||||
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.
|
||||
|
||||
@ -96,6 +96,7 @@ N/A
|
||||
| postgresql.postgresqlPassword | string | `"pdnspass"` | |
|
||||
| postgresql.postgresqlPostgresPassword | string | `"pdnsadminpass"` | |
|
||||
| postgresql.postgresqlUsername | string | `"pdns"` | |
|
||||
| powerdns.additionalEnv | list | `[]` | |
|
||||
| powerdns.config | object | `{}` | |
|
||||
| powerdns.dnssec | bool | `true` | |
|
||||
| powerdns.domain | string | `"mydomain.local"` | |
|
||||
@ -105,7 +106,6 @@ N/A
|
||||
| powerdns.postgres.database | string | `"pdns"` | |
|
||||
| powerdns.postgres.password | string | `"pdnspass"` | |
|
||||
| powerdns.postgres.username | string | `"pdns"` | |
|
||||
| powerdns.additionalEnv | list | `[]` | |
|
||||
| probes.liveness.enabled | bool | `true` | |
|
||||
| probes.liveness.failureThreshold | int | `5` | |
|
||||
| probes.liveness.initialDelaySeconds | int | `30` | |
|
||||
|
Loading…
Reference in New Issue
Block a user