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_AUTH_FILE: "/etc/ntfy/user.db"
|
||||||
NTFY_BEHIND_PROXY: "true"
|
NTFY_BEHIND_PROXY: "true"
|
||||||
NTFY_ATTACHMENT_CACHE_DIR: "/var/cache/ntfy-attachments"
|
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_LOG_LEVEL: "INFO"
|
||||||
NTFY_VISITOR_ATTACHMENT_DAILY_BANDWIDTH_LIMIT: "65535G"
|
NTFY_VISITOR_ATTACHMENT_DAILY_BANDWIDTH_LIMIT: "65535G"
|
||||||
NTFY_VISITOR_ATTACHMENT_TOTAL_SIZE_LIMIT: "65535G"
|
NTFY_VISITOR_ATTACHMENT_TOTAL_SIZE_LIMIT: "65535G"
|
||||||
@ -41,16 +41,23 @@ automountServiceAccountToken: false
|
|||||||
persistence:
|
persistence:
|
||||||
etc:
|
etc:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
# test, géré par flux en fait
|
||||||
|
#type: hostPath
|
||||||
|
#hostPath: /data/volume-ntfy-etc
|
||||||
mountPath: /etc/ntfy
|
mountPath: /etc/ntfy
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 100Mi
|
size: 100Mi
|
||||||
cache:
|
cache:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
#type: hostPath
|
||||||
|
#hostPath: /data/volume-ntfy-cache
|
||||||
mountPath: /var/cache/ntfy
|
mountPath: /var/cache/ntfy
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 100Mi
|
size: 100Mi
|
||||||
cache-attachments:
|
cache-attachments:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
#type: hostPath
|
||||||
|
#hostPath: /data/volume-ntfy-attachents
|
||||||
mountPath: /var/cache/ntfy-attachments
|
mountPath: /var/cache/ntfy-attachments
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 1000Mi
|
size: 1000Mi
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user