28 lines
492 B
YAML
28 lines
492 B
YAML
|
image:
|
||
|
repository: tccr.io/truecharts/phpldapadmin
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v0.9.0@sha256:aef331f060a7fff72d5f698c1fb164bfeba64ec9295bb82d5fa982a40f756d4e
|
||
|
|
||
|
securityContext:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsNonRoot: false
|
||
|
|
||
|
podSecurityContext:
|
||
|
runAsUser: 0
|
||
|
runAsGroup: 0
|
||
|
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 10026
|
||
|
targetPort: 80
|
||
|
|
||
|
persistence:
|
||
|
varrun:
|
||
|
enabled: false
|
||
|
|
||
|
env:
|
||
|
PHPLDAPADMIN_HTTPS: "false"
|
||
|
PHPLDAPADMIN_TRUST_PROXY_SSL: "true"
|