feat: increase size liit
This commit is contained in:
parent
064722bc19
commit
1ac69bc9cd
@ -19,7 +19,7 @@ env:
|
||||
NTFY_AUTH_FILE: "/etc/ntfy/user.db"
|
||||
NTFY_BEHIND_PROXY: "true"
|
||||
NTFY_ATTACHMENT_CACHE_DIR: "/var/cache/ntfy-attachments"
|
||||
NTFY_ATTACHMENT_FILE_SIZE_LIMIT: "200M"
|
||||
NTFY_ATTACHMENT_FILE_SIZE_LIMIT: "2G"
|
||||
NTFY_LOG_LEVEL: "INFO"
|
||||
NTFY_VISITOR_ATTACHMENT_DAILY_BANDWIDTH_LIMIT: "65535G"
|
||||
NTFY_VISITOR_ATTACHMENT_TOTAL_SIZE_LIMIT: "65535G"
|
||||
@ -41,16 +41,23 @@ automountServiceAccountToken: false
|
||||
persistence:
|
||||
etc:
|
||||
enabled: true
|
||||
# test, géré par flux en fait
|
||||
#type: hostPath
|
||||
#hostPath: /data/volume-ntfy-etc
|
||||
mountPath: /etc/ntfy
|
||||
accessMode: ReadWriteOnce
|
||||
size: 100Mi
|
||||
cache:
|
||||
enabled: true
|
||||
#type: hostPath
|
||||
#hostPath: /data/volume-ntfy-cache
|
||||
mountPath: /var/cache/ntfy
|
||||
accessMode: ReadWriteOnce
|
||||
size: 100Mi
|
||||
cache-attachments:
|
||||
enabled: true
|
||||
#type: hostPath
|
||||
#hostPath: /data/volume-ntfy-attachents
|
||||
mountPath: /var/cache/ntfy-attachments
|
||||
accessMode: ReadWriteOnce
|
||||
size: 1000Mi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user