Files
catalog/stable/phpldapadmin/3.0.6/test_values.yaml
TrueCharts-Bot e9d65500b0 Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2021-10-12 17:45:45 +00:00

30 lines
515 B
YAML

# Default values for Jackett.
image:
repository: ghcr.io/truecharts/phpldapadmin
pullPolicy: IfNotPresent
tag: v0.9.0@sha256:e633aefd9a89e9c1492bef151eb81d718b5b9ecc7bf1bc80e64b36e5ac480158
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
enabled: true
ports:
main:
port: 80
persistence:
varrun:
enabled: false
env:
PHPLDAPADMIN_HTTPS: "false"
PHPLDAPADMIN_TRUST_PROXY_SSL: "true"