Files
truecharts/charts/stable/pgadmin/values.yaml
T
renovate[bot] 8f63645550 chore(deps): update minor docker tags (#775)
* chore(deps): update minor docker tags

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-08-17 16:32:15 +02:00

29 lines
438 B
YAML

# Default values for Jackett.
image:
repository: dpage/pgadmin4
pullPolicy: IfNotPresent
tag: "5.6"
strategy:
type: Recreate
service:
main:
enabled: true
ports:
main:
port: 80
env:
PGADMIN_DEFAULT_EMAIL: "replace@this.now"
PGADMIN_DEFAULT_PASSWORD: "changeme"
persistence:
config:
enabled: true
mountPath: "/var/lib/pgadmin"
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"