Switch master.tus.io storage to AWS S3 (#232)
* Added reference to s3 secrets * Change s3 * Adjust indentation
This commit is contained in:
parent
3b745ad85d
commit
5919636d6f
|
@ -29,7 +29,7 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- image: docker.io/tusproject/tusd:latest
|
- image: docker.io/tusproject/tusd:latest
|
||||||
imagePullPolicy: Always
|
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
|
name: tusd
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
@ -42,6 +42,8 @@ spec:
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: tusd-env
|
name: tusd-env
|
||||||
|
- secretRef:
|
||||||
|
name: tusd-s3
|
||||||
securityContext:
|
securityContext:
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
fsGroup: 0
|
fsGroup: 0
|
||||||
|
|
Loading…
Reference in New Issue