mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
29 lines
464 B
YAML
29 lines
464 B
YAML
image:
|
|
repository: hexparrot/mineos
|
|
pullPolicy: IfNotPresent
|
|
tag: latest
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
mineosConfig:
|
|
username: ''
|
|
password: ''
|
|
terminationGracePeriodSeconds: 240
|
|
additionalEnvs: []
|
|
mineosID:
|
|
user: 568
|
|
group: 568
|
|
mineosNetwork:
|
|
webPort: 30015
|
|
mineosPortRangeStart: 30016
|
|
mineosPortRangeEnd: 30017
|
|
useHTTPS: false
|
|
certificateID: null
|
|
mineosStorage:
|
|
data:
|
|
type: ixVolume
|
|
datasetName: data
|