Files
chart/library/ix-dev/community/piwigo/values.yaml
Stavros Kois ddcd308d34 NAS-123824 / 24.04 / add piwigo to community train (#1494)
* 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
2023-09-06 15:39:24 +03:00

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: []