mirror of
https://github.com/truenas/charts.git
synced 2026-04-01 18:01:25 +08:00
16 lines
239 B
YAML
16 lines
239 B
YAML
pgadminConfig:
|
|
adminEmail: some@email.com
|
|
adminPassword: somepassword
|
|
|
|
pgadminNetwork:
|
|
webPort: 31000
|
|
|
|
pgadminStorage:
|
|
config:
|
|
type: pvc
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /db1
|
|
- type: pvc
|
|
mountPath: /db2
|