catalog/stable/pgadmin/10.0.11/ix_values.yaml

33 lines
675 B
YAML

image:
repository: tccr.io/truecharts/pgadmin4
pullPolicy: IfNotPresent
tag: 7.0.0@sha256:05ced7f97045a902fbb8a4db59e8eef35cf7f5fd972e8dd9c96b0309fd251a4a
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: 0
runAsGroup: 0
fsGroup: 5050
workload:
main:
podSpec:
containers:
main:
env:
PGADMIN_DEFAULT_EMAIL: "replace@this.now"
PGADMIN_DEFAULT_PASSWORD: "changeme"