12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- 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`
|