halkeye/powerdnsadmin
Chart version: 0.3.0
Api version: v1
App version: 0.2.1
A PowerDNS web interface with advanced features.
application
Chart Type
Active
Status
Unknown
License
563
Downloads
https://halkeye.github.io/helm-charts
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install powerdnsadmin center/halkeye/powerdnsadmin
Versions (0)
View all
powerdnsadmin
TL;DR;
$ helm repo add halkeye https://halkeye.github.io/helm-charts
$ helm install powerdnsadmin halkeye/powerdnsadmin
A PowerDNS web interface with advanced features.
Current chart version is 0.3.0
Changelog
0.2.0 - Switch to using the official docker image which has version tags
Chart Values
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
db.database | string | "pdns" |
|
db.host | string | "localhost" |
|
db.password | string | "" |
|
db.port | int | 5432 |
|
db.type | string | "postgres" |
|
db.username | string | "pdns" |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "ngoduykhanh/powerdns-admin" |
|
image.tag | string | "0.2.1" |
|
imagePullSecrets | list | [] |
|
ingress.annotations | object | {} |
|
ingress.enabled | bool | false |
|
ingress.hosts[0].host | string | "chart-example.local" |
|
ingress.hosts[0].paths | list | [] |
|
ingress.tls | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podSecurityContext | object | {} |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
securityContext | object | {} |
|
service.port | int | 9191 |
|
service.type | string | "ClusterIP" |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | nil |
|
tolerations | list | [] |