mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* Add `distribution` to `community` train * add service * initial tests * add values * https * add persistence * add htpasswd * mount file * secret * fix fullname * typo * typo * add questions and metadata * remove * format * allow disabling fs backend * test with ro root fs * remove comment * fix auth and perms * update icon
30 lines
433 B
YAML
30 lines
433 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
|
|
datasetName: data
|
|
additionalStorages: []
|