37 lines
733 B
YAML
37 lines
733 B
YAML
image:
|
|
repository: docker.io/machines/filestash
|
|
tag: latest@sha256:923c3399768fada3424bb6f3bc01521dad30e9a7a840cfb2eba3610b6acafffe
|
|
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
|