* 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>
27 lines
395 B
YAML
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
|