Files
chart/library/ix-dev/community/homarr/values.yaml
Stavros Kois 522aadb9a3 homarr - adapt to upstream changes (#1791)
* homarr - adapt to upstream changes

* remove password

* render

* add acl

* bump version

* update label

* update readme
2023-12-03 22:13:07 +02:00

37 lines
543 B
YAML

image:
repository: ghcr.io/ajnart/homarr
pullPolicy: IfNotPresent
tag: 0.14.2
resources:
limits:
cpu: 4000m
memory: 8Gi
homarrConfig:
password: ''
additionalEnvs: []
homarrNetwork:
webPort: 30052
hostNetwork: false
homarrRunAs:
user: 568
group: 568
homarrStorage:
configs:
type: ixVolume
ixVolumeConfig:
datasetName: configs
data:
type: ixVolume
ixVolumeConfig:
datasetName: data
icons:
type: ixVolume
ixVolumeConfig:
datasetName: icons
additionalStorages: []