Switch master.tus.io storage to AWS S3 (#232)

* Added reference to s3 secrets

* Change s3

* Adjust indentation
This commit is contained in:
kiloreux 2019-01-17 12:06:05 +01:00 committed by Marius
parent 3b745ad85d
commit 5919636d6f
1 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,7 @@ spec:
containers:
- image: docker.io/tusproject/tusd:latest
imagePullPolicy: Always
args: ["-gcs-bucket","tusd-public-demo","-port=8080","-behind-proxy","-max-size=20000000000"]
args: ["-s3-bucket","tusdtest.transloadit.com","-port=8080","-behind-proxy","-max-size=20000000000"]
name: tusd
resources:
limits:
@ -42,6 +42,8 @@ spec:
envFrom:
- configMapRef:
name: tusd-env
- secretRef:
name: tusd-s3
securityContext:
runAsUser: 0
fsGroup: 0