mirror of
https://github.com/truenas/charts.git
synced 2026-05-04 19:11:54 +08:00
31 lines
428 B
YAML
31 lines
428 B
YAML
image:
|
|
repository: ghcr.io/ajnart/homarr
|
|
pullPolicy: IfNotPresent
|
|
tag: 0.13.4
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
homarrConfig:
|
|
password: ''
|
|
additionalEnvs: []
|
|
|
|
homarrNetwork:
|
|
webPort: 30052
|
|
hostNetwork: false
|
|
|
|
homarrRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
homarrStorage:
|
|
configs:
|
|
type: ixVolume
|
|
datasetName: configs
|
|
icons:
|
|
type: ixVolume
|
|
datasetName: icons
|
|
additionalStorages: []
|