b1e5faa4c4
* fix(apps): move conflicting ports to 10xxx range * remove `protocol: TCP` as its the default anyway * Change `"HTTP"` -> `HTTP` to much common * lms udp port should be udp protocol * resolve some conflicts * clear port 80 conficts * clean 3000 and 5000 port conflicts * more conflict cleaning * more conflict cleaning * more cleanup * more * cleanup * Avoid confclicts with official apps
30 lines
523 B
YAML
30 lines
523 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:
|
|
ports:
|
|
main:
|
|
port: 10026
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
varrun:
|
|
enabled: false
|
|
|
|
env:
|
|
PHPLDAPADMIN_HTTPS: "false"
|
|
PHPLDAPADMIN_TRUST_PROXY_SSL: "true"
|