37 lines
706 B
YAML
37 lines
706 B
YAML
|
image:
|
||
|
repository: ghcr.io/hay-kot/homebox
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: v0.10.3@sha256:b1fbca6fc1ad2bd3634d13056d1bc0242cf92e9bad4ca21ce57589be3fe4987e
|
||
|
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
|