36 lines
654 B
YAML
36 lines
654 B
YAML
image:
|
|
repository: tccr.io/truecharts/homebox
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.7.0@sha256:d3565be897273bdae1e841b11c6b9a6a28ab9f851e2b9d1e8fcc14c9e76d7089
|
|
|
|
homebox:
|
|
allow_registration: true
|
|
auto_increment_asset_id: true
|
|
max_upload_size: 10
|
|
log_level: info
|
|
log_format: text
|
|
mailer_host: ""
|
|
mailer_port: 587
|
|
mailer_from: ""
|
|
mailer_username: ""
|
|
mailer_password: ""
|
|
|
|
envFrom:
|
|
- secretRef:
|
|
name: '{{ include "tc.common.names.fullname" . }}-homebox-secret'
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: HTTP
|
|
port: 10603
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /data
|
|
|
|
portal:
|
|
enabled: true
|