mirror of
https://github.com/truenas/charts.git
synced 2026-02-13 23:35:36 +08:00
* update values * add migration * update templates * bump version * update ui * fix migration * reduce diff * ci migration * remove redundant code
27 lines
392 B
YAML
27 lines
392 B
YAML
image:
|
|
repository: dpage/pgadmin4
|
|
pullPolicy: IfNotPresent
|
|
tag: '8.1'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
pgadminConfig:
|
|
adminEmail: ''
|
|
adminPassword: ''
|
|
additionalEnvs: []
|
|
|
|
pgadminNetwork:
|
|
webPort: 30056
|
|
certificateID:
|
|
hostNetwork: false
|
|
|
|
pgadminStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|