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