Files
chart/library/ix-dev/community/pgadmin/ci/extra-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

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