30 lines
660 B
YAML
30 lines
660 B
YAML
env:
|
|
AUTHOR_NAME: TrueCharts
|
|
DESCRIPTION: TrueCharts Photo Stream collection.
|
|
SHOW_OFFICIAL_GITHUB: "0"
|
|
TITLE: Photo Stream for TrueCharts
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/photo-stream
|
|
tag: latest@sha256:9a0fa375ef7d6b4c651ac0e5c10e78df6747cf85d687381433136f0f8bc8bbd2
|
|
persistence:
|
|
storageimages:
|
|
enabled: true
|
|
mountPath: /photo-stream/photos/original
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 4000
|
|
protocol: HTTP
|
|
targetPort: 4000
|
|
|
|
portal:
|
|
enabled: true
|