35 lines
630 B
YAML
35 lines
630 B
YAML
# Default values for Jackett.
|
|
|
|
image:
|
|
repository: docker.io/dpage/pgadmin4
|
|
pullPolicy: IfNotPresent
|
|
tag: 6.0@sha256:e8d18f941264a82c6fbe81ce60503f2b00823a36e571cd383ca1f462b578f691
|
|
|
|
securityContext:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
fsGroup: 5050
|
|
|
|
service:
|
|
main:
|
|
enabled: true
|
|
ports:
|
|
main:
|
|
port: 80
|
|
|
|
env:
|
|
PGADMIN_DEFAULT_EMAIL: "replace@this.now"
|
|
PGADMIN_DEFAULT_PASSWORD: "changeme"
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/var/lib/pgadmin"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|