Files
truecharts/charts/stable/phpldapadmin/values.yaml
Kjeld Schouten-Lebbing 8523f23076 management utilities (#661)
* add SCALE support for statefullset storageclass

* add phpldapadmin

* ad pgadmin and tweak phpldapdamin

* move them directly into stable

* some small patches

* pgadmin uses port 80 by default not 8080

* fix tags

* try 8080 again

* 80 with env vars

* try something else

* update readme
2021-07-05 22:44:33 +02:00

22 lines
294 B
YAML

# Default values for Jackett.
image:
repository: osixia/phpldapadmin
pullPolicy: IfNotPresent
tag: "0.9.0"
strategy:
type: Recreate
service:
main:
enabled: true
ports:
main:
port: 80
env:
PHPLDAPADMIN_HTTPS: "false"
PHPLDAPADMIN_TRUST_PROXY_SSL: "true"