41 lines
768 B
YAML
41 lines
768 B
YAML
image:
|
|
repository: docker.io/machines/filestash
|
|
tag: latest@sha256:5500b4e8c385f7e62a7e1f80748dce4259cbae5e8188270b15e3de310d1495df
|
|
pullPolicy: IfNotPresent
|
|
|
|
securityContext:
|
|
container:
|
|
runAsNonRoot: false
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
targetPort: 8334
|
|
port: 8334
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
APPLICATION_URL: "http://localhost:8334"
|
|
GDRIVE_CLIENT_ID: ""
|
|
GDRIVE_CLIENT_SECRET: ""
|
|
DROPBOX_CLIENT_ID: ""
|
|
ONLYOFFICE_URL: ""
|
|
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: /app/data/state
|
|
|
|
portal:
|
|
open:
|
|
enabled: true
|