37 lines
712 B
YAML
37 lines
712 B
YAML
image:
|
|
repository: ghcr.io/sysadminsmedia/homebox
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.13.0@sha256:90328a80277758eead1e6668cc663ba4778bd0f8ddb1ce757a50d50e392e3fd0
|
|
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
|