30 lines
556 B
YAML
30 lines
556 B
YAML
image:
|
|
repository: tccr.io/truecharts/pgadmin4
|
|
pullPolicy: IfNotPresent
|
|
tag: v6.11@sha256:d3f3b5c6839a3633fa939525c1aa7712d27cb53101d0f969b1a14ae02df75f68
|
|
|
|
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"
|