idk how to get transfersh to use minio

This commit is contained in:
SeanOMik 2023-04-14 23:39:12 -04:00
parent d0ab5cbc90
commit a2cb597fbc
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
1 changed files with 15 additions and 12 deletions

View File

@ -21,7 +21,10 @@ spec:
args: args:
- --provider - --provider
- s3 - local
- --basedir
- /storage/
- --temp-path - --temp-path
- /tmp/ - /tmp/
@ -29,9 +32,9 @@ spec:
- --max-upload-size - --max-upload-size
- "10000000" - "10000000"
envFrom: # envFrom:
- secretRef: # - secretRef:
name: transfersh-s3-bucket-secrets # name: transfersh-s3-bucket-secrets
service: service:
main: main:
@ -58,13 +61,13 @@ spec:
- *host - *host
secretName: wildcard-main-tls secretName: wildcard-main-tls
# persistence: persistence:
# storage: storage:
# enabled: true enabled: true
# type: pvc type: pvc
# accessMode: ReadWriteOnce accessMode: ReadWriteOnce
# size: 40Gi size: 40Gi
# mountPath: /storage mountPath: /storage
resources: resources:
requests: requests: