catalog/stable/pgadmin/10.0.30/ix_values.yaml

33 lines
682 B
YAML

image:
repository: tccr.io/truecharts/pgadmin4
pullPolicy: IfNotPresent
tag: v7.5.0@sha256:503cdb8a99e011a900163d8e16db5b04f6f6db03860a2b90f8fc81dd9bd0a0d1
service:
main:
ports:
main:
port: 10024
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/var/lib/pgadmin"
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 5050
runAsGroup: 5050
fsGroup: 5050
workload:
main:
podSpec:
containers:
main:
env:
PGADMIN_DEFAULT_EMAIL: "replace@this.now"
PGADMIN_DEFAULT_PASSWORD: "changeme"