Files
chart/library/ix-dev/community/pgadmin/values.yaml
Stavros Kois 583e62a44a Pgadmin - migrate storage section (adds acl) (#1966)
* update values

* add migration

* update templates

* bump version

* update ui

* fix migration

* reduce diff

* ci migration

* remove redundant code
2023-12-29 14:30:59 +02:00

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: []