mirror of
https://github.com/truenas/charts.git
synced 2026-05-12 03:26:08 +08:00
* init commit * add templates * add values * add entrypoint * varrun emptydir * rofs false * add caps * ping endpoint * varlibnginx * revert * add ui
27 lines
362 B
YAML
27 lines
362 B
YAML
image:
|
|
repository: organizr/organizr
|
|
pullPolicy: IfNotPresent
|
|
tag: latest
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
organizrConfig:
|
|
additionalEnvs: []
|
|
|
|
organizrNetwork:
|
|
webPort: 31013
|
|
|
|
organizrID:
|
|
user: 568
|
|
group: 568
|
|
|
|
organizrStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|