47 lines
857 B
YAML
47 lines
857 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: shaneisrael/fireshare
|
|
tag: v1.2.19@sha256:c30f4bd15c718b417801a7d61f4b11d249d0610bf504bda19c648b59024f51d0
|
|
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
SECRET_KEY:
|
|
secretKeyRef:
|
|
name: fireshare-secrets
|
|
key: SECRET_KEY
|
|
MINUTES_BETWEEN_VIDEO_SCANS: 5
|
|
ADMIN_PASSWORD: "changeme"
|
|
|
|
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:
|
|
open:
|
|
enabled: true
|