mirror of
https://github.com/truenas/charts.git
synced 2026-02-13 23:35:36 +08:00
* add `flame` to `community` applications * fix secCtx * mroe perms * add ui * remove extra word
24 lines
323 B
YAML
24 lines
323 B
YAML
image:
|
|
repository: pawelmalak/flame
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.3.1
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
flameConfig:
|
|
password: ''
|
|
additionalEnvs: []
|
|
|
|
flameNetwork:
|
|
webPort: 30082
|
|
hostNetwork: false
|
|
|
|
flameStorage:
|
|
data:
|
|
type: ixVolume
|
|
datasetName: data
|
|
additionalStorages: []
|