Skip to content

Commit

Permalink
files&files server: disable nats and expand upload size limit to 100G (
Browse files Browse the repository at this point in the history
…#909)

* fix: disable nats and expand upload size limit to 100G

* fix: files disable socket and expand upload size limit to 100G

---------

Co-authored-by: lovehunter9 <wangrx07@aliyun.com>
  • Loading branch information
wushuangs and lovehunter9 authored Jan 21, 2025
1 parent 764547a commit 9fa30c9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions apps/files/config/cluster/deploy/files_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
- containerPort: 8080
env:
- name: FILES_SERVER_TAG
value: 'beclab/files-server:v0.2.50'
value: 'beclab/files-server:v0.2.51'
- name: NAMESPACE
valueFrom:
fieldRef:
Expand Down Expand Up @@ -114,7 +114,7 @@ spec:
{{ end }}

- name: files
image: beclab/files-server:v0.2.50
image: beclab/files-server:v0.2.51
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: true
Expand Down Expand Up @@ -239,7 +239,7 @@ spec:
- name: UPLOAD_FILE_TYPE
value: '*'
- name: UPLOAD_LIMITED_SIZE
value: '49946775344'
value: '118111600640'
- name: RESERVED_SPACE
value: '1000'
volumeMounts:
Expand Down Expand Up @@ -388,7 +388,7 @@ spec:
name: check-nats
containers:
- name: files
image: beclab/files-server:v0.2.50
image: beclab/files-server:v0.2.51
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ spec:
# - /filebrowser
# - --noauth
- name: files-frontend
image: beclab/files-frontend:v1.3.20
image: beclab/files-frontend:v1.3.22
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spec:
- mountPath: /www
name: www-dir
- name: wise-init
image: beclab/wise:v1.3.20
image: beclab/wise:v1.3.22
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down
4 changes: 2 additions & 2 deletions apps/vault/config/cluster/deploy/vault_server_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
value: os_system_vault
containers:
- name: vault-server
image: beclab/vault-server:v1.3.20
image: beclab/vault-server:v1.3.22
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand Down Expand Up @@ -114,7 +114,7 @@ spec:
- name: vault-attach
mountPath: /padloc/packages/server/attachments
- name: vault-admin
image: beclab/vault-admin:v1.3.20
image: beclab/vault-admin:v1.3.22
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3010
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@ spec:

containers:
- name: vault-frontend
image: beclab/vault-frontend:v1.3.20
image: beclab/vault-frontend:v1.3.22
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80

- name: notification-server
image: beclab/vault-notification:v1.3.20
image: beclab/vault-notification:v1.3.22
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3010
Expand Down

0 comments on commit 9fa30c9

Please sign in to comment.