(fix) Disable varrun for Lychee and phpldapadmin (#1037)

* disable varrun for lychee

* disable varrun for phpldapadmin
This commit is contained in:
Stavros Kois 2021-09-26 22:02:18 +03:00 committed by GitHub
parent 8418b3e7e7
commit 8b4c2fbf47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 31 additions and 0 deletions

View File

@ -390,6 +390,15 @@ questions:
show_if: [["type", "=", "pvc"]]
type: string
default: "100Gi"
- variable: varrun
schema:
type: dict
attrs:
- variable: enabled
schema:
type: boolean
default: false
hidden: true
# Include{persistenceList}
- variable: ingress

View File

@ -31,3 +31,5 @@ persistence:
type: pvc
accessMode: ReadWriteOnce
size: "100Gi"
varrun:
enabled: false

View File

@ -273,6 +273,22 @@ questions:
# Include{serviceList}
- variable: persistence
label: "Integrated Persistent Storage"
description: "Integrated Persistent Storage"
group: "Storage and Persistence"
schema:
type: dict
attrs:
- variable: varrun
schema:
type: dict
attrs:
- variable: enabled
schema:
type: boolean
default: false
hidden: true
# Include{persistenceList}
- variable: ingress

View File

@ -20,6 +20,10 @@ service:
main:
port: 80
persistence:
varrun:
enabled: false
env:
PHPLDAPADMIN_HTTPS: "false"
PHPLDAPADMIN_TRUST_PROXY_SSL: "true"