Files
truecharts/charts/stable/pgadmin/values.yaml
renovate[bot] df602e3c5b chore(deps): update minor docker tags (#695)
* 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-07-20 11:23:51 +02:00

27 lines
395 B
YAML

# Default values for Jackett.
image:
repository: dpage/pgadmin4
pullPolicy: IfNotPresent
tag: "5.5"
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: emptyDir