2023-08-01 09:25:32 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/homebox
|
|
|
|
pullPolicy: IfNotPresent
|
2023-10-12 09:40:24 +00:00
|
|
|
tag: v0.10.1@sha256:446e55e0d6e20ad6def722dd6fd6bd75461ceeabb92e0aad7a7ff92d7f2352c7
|
2023-08-01 09:25:32 +00:00
|
|
|
|
|
|
|
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: ""
|
|
|
|
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
envFrom:
|
|
|
|
- secretRef:
|
|
|
|
name: homebox-secret
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
protocol: http
|
|
|
|
port: 10603
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
data:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /data
|
|
|
|
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|