mirror of
https://github.com/truenas/charts.git
synced 2026-04-01 09:51:07 +08:00
31 lines
455 B
YAML
31 lines
455 B
YAML
image:
|
|
repository: registry
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.8.3
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
distributionConfig:
|
|
basicAuthUsers: []
|
|
additionalEnvs: []
|
|
|
|
distributionNetwork:
|
|
apiPort: 30095
|
|
certificateID:
|
|
hostNetwork: false
|
|
|
|
distributionRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
distributionStorage:
|
|
useFilesystemBackend: true
|
|
data:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
additionalStorages: []
|