TrueChartsCatalogClone/stable/pgadmin/7.0.26/ix_values.yaml

30 lines
555 B
YAML

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