mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* add `homarr` to `community` train * add `homarr` to `community` train * add templates and values * Update library/ix-dev/community/homarr/item.yaml * Update library/ix-dev/community/homarr/Chart.yaml
31 lines
430 B
YAML
31 lines
430 B
YAML
image:
|
|
repository: ghcr.io/ajnart/homarr
|
|
pullPolicy: IfNotPresent
|
|
tag: '0.12.3'
|
|
|
|
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: []
|