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 |
---|
See the most popular values for this chart:
Key | Types |
---|---|
boolean | |
string | |
persistentVolume.accessModes[] (4) - ReadWriteOnce | string |
string | |
persistentVolume.storageClass (4) ceph-block | string |
env.email (10) ${SECRET_CLOUDFLARE_EMAIL} | string |
string | |
string | |
env.password (6) ${SECRET_GRAFANA_ADMIN_PASSWORD} | string |
env.TZ (1) America/Santiago | string |
env.variables[].name (1) PGADMIN_CONFIG_SERVER_MODE | string |
env.variables[].value (1) False | string |
boolean | |
ingress.hosts[].host (10) pgadmin.${SECRET_DOMAIN} | string |
string | |
string | |
ingress.tls[].hosts[] (10) - pgadmin.${SECRET_DOMAIN} | string |
ingress.tls[].secretName (4) pgadmin-tls | string |
string | |
ingress.annotations."hajimari.io/icon" (7) 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 | |
strategy.type (8) Recreate | string |
image.repository (6) dpage/pgadmin4 | string |
string | |
image.registry (4) docker.io | string |
image.pullPolicy (1) IfNotPresent | string |
string | |
string | |
string | |
boolean | |
string | |
serverDefinitions.servers.postgres.Host (2) postgresql.database.svc.cluster.local | string |
string | |
string | |
number | |
string | |
string | |
string | |
serverDefinitions.servers.1.Host (1) postgres16-rw.databases.svc.cluster.local | string |
string | |
serverDefinitions.servers.1.Name (1) postgres16-rw | string |
number | |
number | |
string | |
number | |
number | |
string | |
string | |
number | |
string | |
serverDefinitions.servers.2.Host (1) backup-rw.databases.svc.cluster.local | string |
string | |
string | |
number | |
number | |
string | |
number | |
number | |
string | |
string | |
number | |
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 | |
existingSecret (5) pgadmin-secrets | string |
boolean | |
string | |
containerSecurityContext.capabilities.add[] (1) - NET_ADMIN | string |
boolean | |
extraSecretMounts[].mountPath (1) /pgadmin4/config_local.py | string |
extraSecretMounts[].name (1) pgadmin-oidc-secret | string |
boolean | |
extraSecretMounts[].secret (1) pgadmin-oidc-secret | string |
extraSecretMounts[].subPath (1) config_local.py | string |
extraVolumeMounts[].mountPath (1) /var/lib/pgadmin/storage/ | string |
extraVolumeMounts[].name (1) pgadmin-backups | string |
string | |
extraVolumes[].name (1) pgadmin-backups | string |
extraVolumes[].persistentVolumeClaim.claimName (1) pgadmin-backups-nfs | string |
nameOverride (1) pgadmin | string |
number | |
number | |
number |