Files
chart/library/ix-dev/community/pigallery2/values.yaml
Stavros Kois c4edcd61d7 add pigallery2 to community train (#1661)
* 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
2023-10-24 22:01:43 +03:00

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`