Files
chart/library/ix-dev/community/pigallery2/values.yaml
Stavros Kois c4ffc14630 Pigallyery - migrate storage section (adds acl) (#1967)
* add migration

* update templates

* update values

* bump version

* typo

* update ui

* typo
2023-12-29 14:29:55 +02:00

47 lines
742 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
ixVolumeConfig:
datasetName: config
db:
type: ixVolume
ixVolumeConfig:
datasetName: db
media:
type: ixVolume
ixVolumeConfig:
datasetName: media
thumbnails:
type: ixVolume
ixVolumeConfig:
datasetName: thumbnails
additionalStorages: []
notes:
custom: |
Default credentials:
- Username: `admin`
- Password: `admin`