Back to Charts

Moved to new repo

stable/pgadmin/README.md

latest4.3 KB
Original Source
based on dpage/pgadmin4

Moved to new repo

Duo to the deprecation timeline provided in here, this chart has been moved towards a new repository that can be found here.

pgAdmin

pgAdmin is the leading Open Source management tool for Postgres, the world’s most advanced Open Source database. pgAdmin is designed to meet the needs of both novice and experienced Postgres users alike, providing a powerful graphical interface that simplifies the creation, maintenance and use of database objects.

TL;DR;

console
$ helm install stable/pgadmin

Introduction

This chart bootstraps a pgAdmin deployment on a Kubernetes cluster using the Helm package manager.

Install the Chart

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

console
$ helm install --name my-release stable/pgadmin

The command deploys pgAdmin on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured durign installation.

Tip: List all releases using helm list

Uninstall the Chart

To uninstall/delete the my-release deployment:

console
helm delete --purge my-release

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

Configuration

ParameterDescriptionDefault
replicaCountNumber of pgadmin replicas1
image.repositoryDocker imagedpage/pgadmin4
image.tagDocker image tag4.18
image.pullPolicyDocker image pull policyIfNotPresent
service.typeService type (ClusterIP, NodePort or LoadBalancer)ClusterIP
service.portService port80
strategySpecifies the strategy used to replace old Pods by new ones{}
serverDefinitions.enabledEnables Server Definitionsfalse
serverDefinitions.serversPre-configured server parameters``
ingress.enabledEnables Ingressfalse
ingress.annotationsIngress annotations{}
ingress.hostsIngress accepted hostnamesnil
ingress.tlsIngress TLS configuration[]
ingress.pathIngress path mapping``
env.emailpgAdmin default email[email protected]
env.passwordpgAdmin default passwordSuperSecret
persistentVolume.enabledIf true, pgAdmin will create a Persistent Volume Claimtrue
persistentVolume.accessModePersistent Volume access ModeReadWriteOnce
persistentVolume.sizePersistent Volume size10Gi
persistentVolume.storageClassPersistent Volume Storage Classunset
securityContextCustom security context for pgAdmin containers``
resourcesCPU/memory resource requests/limits{}
livenessProbeliveness probe initial delay and timeout``
readinessProbereadiness probe initial delay and timeout``
nodeSelectorNode labels for pod assignment{}
tolerationsNode tolerations for pod assignment[]
affinityNode affinity for pod assignment{}
env.emailpgAdmin default email[email protected]
env.passwordpgAdmin default passwordSuperSecret
env.enhanced_cookie_protectionAllows pgAdmin4 to create session cookies based on IP address"False"

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example:

bash
$ helm install stable/pgadmin --name my-release \
  --set env.password=SuperSecret

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example:

bash
$ helm install stable/pgadmin --name my-release -f values.yaml

Tip: You can use the default values.yaml