Files
truecharts/charts/incubator/photo-stream/values.yaml
T
66cfa3ec68 fix(Photo-Stream): Fix port + cleanup (#4656)
* fix(Photo-Stream): Fix port + cleanup

* Update charts/incubator/photo-stream/values.yaml

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Apply suggestions from code review

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

* Apply suggestions from code review

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>

Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2022-11-21 14:13:38 +01:00

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