mirror of
https://github.com/truenas/charts.git
synced 2026-02-11 14:26:39 +08:00
* add `pgadmin` to `community` train * add readme's * metadata * add templates and values * update metadat
19 lines
401 B
YAML
19 lines
401 B
YAML
pgadminConfig:
|
|
adminEmail: some@email.com
|
|
adminPassword: somepassword
|
|
|
|
pgadminNetwork:
|
|
webPort: 31000
|
|
|
|
pgadminStorage:
|
|
config:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/config
|
|
additionalStorages:
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/db1
|
|
mountPath: /db1
|
|
- type: hostPath
|
|
hostPath: /mnt/{{ .Release.Namespace }}/db2
|
|
mountPath: /db2
|