mirror of
https://github.com/truenas/charts.git
synced 2026-04-01 18:01:25 +08:00
27 lines
392 B
YAML
27 lines
392 B
YAML
image:
|
|
repository: dpage/pgadmin4
|
|
pullPolicy: IfNotPresent
|
|
tag: '8.2'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
pgadminConfig:
|
|
adminEmail: ''
|
|
adminPassword: ''
|
|
additionalEnvs: []
|
|
|
|
pgadminNetwork:
|
|
webPort: 30056
|
|
certificateID:
|
|
hostNetwork: false
|
|
|
|
pgadminStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|