46 lines
1001 B
YAML
46 lines
1001 B
YAML
image:
|
|
repository: dpage/pgadmin4
|
|
pullPolicy: IfNotPresent
|
|
tag: 8.6@sha256:701f221dfc5da1fb3d4095ad4264ebb00ef4f7ecc6573007a49a59740019703d
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10024
|
|
targetPort: 80
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/var/lib/pgadmin"
|
|
portal:
|
|
open:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: true
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 5050
|
|
runAsGroup: 5050
|
|
fsGroup: 5050
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
enabled: true
|
|
type: http
|
|
path: /misc/ping
|
|
readiness:
|
|
enabled: true
|
|
type: http
|
|
path: /misc/ping
|
|
startup:
|
|
enabled: true
|
|
type: http
|
|
path: /misc/ping
|
|
env:
|
|
PGADMIN_DEFAULT_EMAIL: "replace@this.now"
|
|
PGADMIN_DEFAULT_PASSWORD: "changeme"
|