Files
chart/library/ix-dev/community/pgadmin/values.yaml
Stavros Kois d7a011168f NAS-123129 / 23.10 / add pgadmin to community train (#1387)
* add `pgadmin` to `community` train

* add readme's

* metadata

* add  templates and values

* update metadat
2023-07-21 19:43:28 +03:00

26 lines
375 B
YAML

image:
repository: dpage/pgadmin4
pullPolicy: IfNotPresent
tag: '7.4'
resources:
limits:
cpu: 4000m
memory: 8Gi
pgadminConfig:
adminEmail: ''
adminPassword: ''
additionalEnvs: []
pgadminNetwork:
webPort: 30056
certificateID: null
hostNetwork: false
pgadminStorage:
config:
type: ixVolume
datasetName: config
additionalStorages: []