mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
* add `piwigo` to `community` train * update keywords * update readme * typo * add initial templtes * add values * add config and Ui * add deployment * simplify * only on install * hmm * add some validation and update description
39 lines
573 B
YAML
39 lines
573 B
YAML
image:
|
|
repository: linuxserver/piwigo
|
|
pullPolicy: IfNotPresent
|
|
tag: 13.8.0
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
piwiConfig:
|
|
language: ''
|
|
adminName: ''
|
|
adminMail: ''
|
|
adminPass: ''
|
|
additionalEnvs: []
|
|
|
|
piwiNetwork:
|
|
webPort: 30066
|
|
|
|
piwiID:
|
|
user: 568
|
|
group: 568
|
|
|
|
piwiStorage:
|
|
config:
|
|
type: ixVolume
|
|
datasetName: config
|
|
gallery:
|
|
type: ixVolume
|
|
datasetName: gallery
|
|
mariadbData:
|
|
type: ixVolume
|
|
datasetName: mariadbData
|
|
mariadbBackup:
|
|
type: ixVolume
|
|
datasetName: mariadbBackup
|
|
additionalStorages: []
|