45 lines
755 B
YAML
45 lines
755 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: tccr.io/truecharts/fireshare
|
||
|
tag: 1.2.6@sha256:01e5471cd0fe471d35036af9e2350defe8b448db920fd4d59f526c95270937a1
|
||
|
|
||
|
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
|