Git Product home page Git Product logo

hmcts.chart-powerdns's Introduction

Helm Chart for PowerDNS

  • Installs a PowerDNS authoritative nameserver

TL;DR;

$ git clone https://github.com/hmcts/chart-powerdns
$ cd chart-powerdns
$ helm install .

Installing the Chart

To install the chart with the release name my-release:

$ helm install --name my-release .

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

PowerDNS

Parameter Description Default
replicaCount Number of pdns nodes 1
image.repository Image repository hmcts/powerdns-auth
image.tag Image tag. 4.1.5r2-v0.0.1
image.pullPolicy Image pull policy IfNotPresent
service.type Kubernetes service type ClusterIP
service.loadBalancerIP Internal balancer IP for DNS service nil
service.annotations DNS service annotations {}
resources.limits.cpu DNS service CPU resource limit 500m
resources.limits.memory DNS service memory resource limit 1024Mi
resources.requests.cpu DNS service CPU requests 500m
resources.requests.memory DNS service memory requests 1024Mi
environment Environment variables see values.yaml
keyVault.vaultName Keyvault name for use with keyvault-flexvol nil
keyVault.resourceGroup Keyvault resouce group for keyvault nil
keyVault.subscriptionId Keyvault subscription ID nil
keyVault.tenantId Keyvault tenant ID nil
keyVault.secrets.dbUsernameSecret The name of the secret in Keyvault for the external DB username nil
keyVault.secrets.dbPasswordSecret The name of the secret in Keyvault for the external DB password nil
keyVault.secrets.pdnsApiKeySecret The name of the secret in Keyvault for the PowerDNS API key nil
ui.enabled Enable PowerDNS-Admin UI container true
ui.replicaCount number of UI replicas 1
ui.image.repository PowerDNS-Admin image hmcts/powerdns-admin:latest
ui.image.pullPolicy PowerDNS-Admin image pull policy hmcts/powerdns-admin:latest
ui.resources.limits.cpu UI CPU resource limit 500m
ui.resources.limits.memory UI memory resource limit 1024Mi
ui.resources.requests.cpu UI CPU requests 500m
ui.resources.requests.memory UI memory requests 128Mi
ui.environment UI container environment variables see values.yaml
ui.ingress.enabled Enables Ingress false
ui.ingress.annotations Ingress annotations kubernetes.io/ingress.class: traefik
ui.ingress.hostName Ingress hostname nil
ingress.tls Ingress TLS configuration false
postgresql.enabled Enable optional PostgreSQL container true
postgresql.postgresqlUsername PostgreSQL username v
postgresql.postgresqlPassword PostgreSQL password pdns
postgresql.postgresqlDatabase PostgreSQL database name pdns
postgresql.initdbScripts.init.sql PostgreSQL init script CREATE DATABASE "pdns_ui" WITH OWNER = pdns ENCODING = 'UTF-8' CONNECTION LIMIT = -1;
postgresql.persistence.enabled Enable persistence for PostgreSQL container false

hmcts.chart-powerdns's People

Contributors

andrzejwp avatar kiall avatar timja avatar timwebster9 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.