mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-31 05:49:04 +00:00
22 lines
899 B
YAML
Executable File
22 lines
899 B
YAML
Executable File
apiVersion: v2
|
|
appVersion: v4.3.1
|
|
description: 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.
|
|
name: powerdns
|
|
version: 3.4.0
|
|
home: https://github.com/k8s-at-home/charts/tree/master/charts/stable/powerdns
|
|
sources:
|
|
- http://www.github.com/PowerDNS/
|
|
icon: https://avatars.githubusercontent.com/u/1282630?s=200&v=4
|
|
maintainers:
|
|
- name: carpenike
|
|
email: ryan@ryanholt.net
|
|
dependencies:
|
|
- name: postgresql
|
|
version: 10.9.4
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|
|
- name: mariadb
|
|
version: 9.4.4
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: mariadb.enabled
|