Files
truecharts/charts/stable/pgadmin/values.yaml
T
renovate[bot] eb54f0f599 chore(deps): update docker general non-major (#1728)
* chore(deps): update docker general non-major

* 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>
2022-01-18 00:58:21 +01:00

32 lines
561 B
YAML

image:
repository: tccr.io/truecharts/pgadmin4
pullPolicy: IfNotPresent
tag: v6.4@sha256:a8eb7c1e1b4b248ad220004b545763195f4e96bfc7e126196df1a6ec7ec2316d
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
fsGroup: 5050
service:
main:
ports:
main:
port: 10024
targetPort: 80
secret:
PGADMIN_DEFAULT_EMAIL: "replace@this.now"
PGADMIN_DEFAULT_PASSWORD: "changeme"
env: {}
persistence:
config:
enabled: true
mountPath: "/var/lib/pgadmin"