mirror of
https://github.com/truenas/charts.git
synced 2026-04-10 14:18:23 +08:00
* add `pigallery2` to `community` train * add templates * fix path * add common * more test files * add value * fix value * add metadata and readme * add questions * default creds
43 lines
654 B
YAML
43 lines
654 B
YAML
image:
|
|
repository: bpatrik/pigallery2
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.0.0
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
pigalleryConfig:
|
|
applicationTitle: PiGallery 2
|
|
additionalEnvs: []
|
|
|
|
pigalleryNetwork:
|
|
webPort: 30099
|
|
hostNetwork: false
|
|
|
|
pigalleryRunAs:
|
|
user: 568
|
|
group: 568
|
|
|
|
pigalleryStorage:
|
|
config:
|
|
type: ixVolume
|
|
datasetName: config
|
|
db:
|
|
type: ixVolume
|
|
datasetName: db
|
|
media:
|
|
type: ixVolume
|
|
datasetName: media
|
|
thumbnails:
|
|
type: ixVolume
|
|
datasetName: thumbnails
|
|
additionalStorages: []
|
|
|
|
notes:
|
|
custom: |
|
|
Default credentials:
|
|
- Username: `admin`
|
|
- Password: `admin`
|