halkeye/pgadmin
Chart version: 0.1.5
Api version: v1
App version: 4.11
pgAdmin is the most popular and feature rich Open Source admini...
application
Chart Type
Active
Status
MIT
License
1136
Downloads
https://halkeye.github.io/helm-charts
Set me up:
helm repo add center https://repo.chartcenter.io
Install Chart:
helm install pgadmin center/halkeye/pgadmin
Versions (0)
View all
pgadmin
pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
Current chart version is 0.1.5
Source code can be found here
Chart Values
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "chorss/docker-pgadmin4" |
|
image.tag | string | "{{ .Chart.AppVersion }}" |
|
ingress.annotations | object | {} |
|
ingress.enabled | bool | false |
|
ingress.hosts[0] | string | "chart-example.local" |
|
ingress.paths[0] | string | "/" |
|
ingress.tls | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
persistence.accessModes[0] | string | "ReadWriteOnce" |
|
persistence.enabled | bool | false |
|
persistence.size | string | "1Gi" |
|
persistence.storageClassName | string | "" |
|
pgadmin.gid | int | 1000 |
|
pgadmin.server_mode | bool | true |
|
pgadmin.setup_email | string | "admin@mailinator.com" |
|
pgadmin.setup_password | string | "password" |
|
pgadmin.uid | int | 1000 |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
service.port | int | 5050 |
|
service.type | string | "ClusterIP" |
|
tolerations | list | [] |