pgadmin is a popular administration tool for PostgreSQL. It is a web application that can be run in Kubernetes.
Install with:
helm repo add runix https://helm.runix.net/
helm install pgadmin runix/pgadmin4 -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
pgadmin | haraldkoch/kochhaus-home | 58 | 1.17.3 | 11 days ago |
See the most popular values for this chart:
Key | Types |
---|---|
boolean | |
persistentVolume.existingClaim (6) pgadmin-pvc | string |
persistentVolume.accessModes[] (2) - ReadWriteOnce | string |
string | |
persistentVolume.storageClass (2) ceph-block | string |
env.email (9) ${SECRET_CLOUDFLARE_EMAIL} | string |
string | |
env.password.valueFrom.secretKeyRef.name (1) pgadmin-secrets | string |
env.password (6) ${SECRET_GRAFANA_ADMIN_PASSWORD} | string |
env.variables[].name (1) PGADMIN_CONFIG_SERVER_MODE | string |
env.variables[].value (1) False | string |
boolean | |
ingress.hosts[].host (8) pgadmin.${SECRET_DOMAIN} | string |
string | |
string | |
ingress.tls[].hosts[] (8) - pgadmin.${SECRET_DOMAIN} | string |
ingress.tls[].secretName (4) pgadmin-tls | string |
ingress.annotations."hajimari.io/icon" (6) simple-icons:postgresql | string |
string | |
string | |
string | |
string | |
string | |
string | |
string | |
ingress.annotations."gethomepage.dev/description" (1) Administration and development platform for PostgreSQL | string |
string | |
ingress.annotations."gethomepage.dev/group" (1) Administration | string |
string | |
string | |
string | |
string | |
strategy.type (6) Recreate | string |
image.repository (5) dpage/pgadmin4 | string |
image.tag (5) 7.4@sha256:9450d844f6d70951c873fad60c8c420cf1f3f87cf7abd8be7f8136c88ca75ebb | string |
image.registry (3) docker.io | string |
image.pullPolicy (1) IfNotPresent | string |
boolean | |
string | |
serverDefinitions.servers.postgres.Host (2) postgresql.database.svc.cluster.local | string |
string | |
string | |
number | |
string | |
string | |
string | |
serverDefinitions.servers.app-cluster.Host (1) app-cluster-rw.database.svc.cluster.local | string |
string | |
string | |
number | |
string | |
string | |
string | |
serverDefinitions.servers.brian.Host (1) ${SECRET_POSTGRES_SERVER} | string |
string | |
serverDefinitions.servers.brian.Name (1) ${SECRET_POSTGRES_SERVER} | string |
number | |
string | |
serverDefinitions.servers.brian.Username (1) ${SECRET_POSTGRES_SERVER_SUPERUSER} | string |
string | |
serverDefinitions.servers.core.Host (1) postgres.core.svc.cluster.local | string |
string | |
string | |
number | |
string | |
string | |
string | |
string | |
string | |
existingSecret (3) pgadmin-secrets | string |
containerSecurityContext.capabilities.add[] (1) - NET_ADMIN | string |
boolean | |
extraVolumeMounts[].mountPath (1) /var/lib/pgadmin | string |
extraVolumeMounts[].name (1) pgadmin-storage | string |
string | |
extraVolumes[].name (1) pgadmin-storage | string |
string | |
nameOverride (1) pgadmin | string |
boolean | |
podAnnotations."secret.reloader.stakater.com/reload" (1) pgadmin-secrets | string |