Files
truecharts/charts/stable/pgadmin/values.yaml
T
Kjeld Schouten-Lebbing 5529c2a3af refactor(charts): BREAKING CHANGE (#2836)
* Update Apps with new Common version

* Patch with the secret fixes from common

* fix amd
2022-06-07 19:41:19 +02:00

32 lines
565 B
YAML

image:
repository: tccr.io/truecharts/pgadmin4
pullPolicy: IfNotPresent
tag: v6.10@sha256:443202126a191489f91f6450aaa5504f060cfbebef40c3cf1da211b830c47abb
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"
env: {}
persistence:
config:
enabled: true
mountPath: "/var/lib/pgadmin"