2021-07-05 20:44:33 +00:00
|
|
|
image:
|
2023-11-17 10:22:57 +00:00
|
|
|
repository: dpage/pgadmin4
|
2021-07-05 20:44:33 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2024-03-11 01:04:30 +00:00
|
|
|
tag: 8.4@sha256:18cd5711fc9a7ed633a5c4b2b1a8f3e969d9262a94b8166c79fe0bba52697788
|
2021-07-05 20:44:33 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-28 09:26:31 +00:00
|
|
|
port: 10024
|
2021-11-06 21:55:18 +00:00
|
|
|
targetPort: 80
|
2021-07-05 20:44:33 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/var/lib/pgadmin"
|
2022-08-08 21:25:02 +00:00
|
|
|
portal:
|
2023-04-11 10:07:17 +00:00
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
2023-10-20 15:57:45 +00:00
|
|
|
runAsNonRoot: true
|
2023-04-11 10:07:17 +00:00
|
|
|
readOnlyRootFilesystem: false
|
2023-05-25 17:47:08 +00:00
|
|
|
runAsUser: 5050
|
|
|
|
runAsGroup: 5050
|
2023-04-11 10:07:17 +00:00
|
|
|
fsGroup: 5050
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
2023-10-20 15:57:45 +00:00
|
|
|
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
|
2023-04-11 10:07:17 +00:00
|
|
|
env:
|
|
|
|
PGADMIN_DEFAULT_EMAIL: "replace@this.now"
|
|
|
|
PGADMIN_DEFAULT_PASSWORD: "changeme"
|