mirror of
https://github.com/truecharts/catalog.git
synced 2026-07-04 03:07:32 +08:00
22 lines
294 B
YAML
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"
|