image: repository: tccr.io/truecharts/pgadmin4 pullPolicy: IfNotPresent tag: 6.20@sha256:c183a0f262a313af02d0e69cda3d2bef8446c4e31af50ea792de80042b3466e2 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" portal: enabled: true