TrueChartsClone/charts/stable/pgadmin/values.yaml

33 lines
682 B
YAML

image:
repository: tccr.io/truecharts/pgadmin4
pullPolicy: IfNotPresent
tag: v7.7.0@sha256:f09b16983279279369a56b8f77ef678bad00fff95cd38cb71771830c140a64ed
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"