34 lines
751 B
YAML
34 lines
751 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: waschinski/photo-stream
|
||
|
tag: latest@sha256:fa30eb2631cd15bda74cb3157177252e51539dec29c824f1c3ce0fd79d8e09ec
|
||
|
persistence:
|
||
|
storageimages:
|
||
|
enabled: true
|
||
|
mountPath: /photo-stream/photos/original
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 4000
|
||
|
protocol: http
|
||
|
targetPort: 4000
|
||
|
workload:
|
||
|
main:
|
||
|
podSpec:
|
||
|
containers:
|
||
|
main:
|
||
|
env:
|
||
|
AUTHOR_NAME: TrueCharts
|
||
|
DESCRIPTION: TrueCharts Photo Stream collection.
|
||
|
SHOW_OFFICIAL_GITHUB: "0"
|
||
|
TITLE: Photo Stream for TrueCharts
|