Files
truecharts/charts/incubator/fireshare/values.yaml
T
TrueCharts BotandGitHub f5c10e1ac8 chore(deps): update docker general non-major (#4230)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-29 13:40:07 +03:00

45 lines
755 B
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/fireshare
tag: 1.2.5@sha256:deb6b86a07f6f219f0e621c0ea171346259022d03520c5528380a686ee5d6fd2
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
secretEnv:
ADMIN_PASSWORD: "changeme"
env:
SECRET_KEY:
secretKeyRef:
name: fireshare-secrets
key: SECRET_KEY
MINUTES_BETWEEN_VIDEO_SCANS: 5
service:
main:
ports:
main:
port: 10287
protocol: HTTP
targetPort: 80
persistence:
data:
enabled: true
mountPath: /data
processeddata:
enabled: true
mountPath: /processed
videos:
enabled: true
mountPath: /videos
portal:
enabled: true