Compare commits

...

4 Commits

Author SHA1 Message Date
eball
2f71108467 Update bfl_deploy.yaml 2025-07-11 00:11:07 +08:00
icebergtsn
467c7d5d7d feat: update market worker count 2025-07-10 22:56:54 +08:00
qq815776412
bea5d3373e feat(files & marker): update files and market new version 2025-07-10 22:45:24 +08:00
aby913
4cb6050628 fix(files): deletion and other fixes 2025-07-10 22:26:06 +08:00
4 changed files with 7 additions and 5 deletions

View File

@@ -351,7 +351,7 @@ spec:
- name: PGDB
value: user_space_{{ .Values.bfl.username }}_cloud_drive_integration
- name: system-frontend-init
image: beclab/system-frontend:v1.3.96
image: beclab/system-frontend:v1.3.99
imagePullPolicy: IfNotPresent
command:
- /bin/sh

View File

@@ -325,7 +325,7 @@ spec:
apiVersion: v1
fieldPath: spec.nodeName
- name: ingress
image: beclab/bfl-ingress:v0.3.9
image: beclab/bfl-ingress:v0.3.10
imagePullPolicy: IfNotPresent
volumeMounts:
- name: ngxlog

View File

@@ -126,7 +126,7 @@ spec:
{{ end }}
- name: files
image: beclab/files-server:v0.2.80
image: beclab/files-server:v0.2.81
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: true

View File

@@ -91,7 +91,7 @@ spec:
name: check-appservice
containers:
- name: appstore-backend
image: beclab/market-backend:v0.4.8
image: beclab/market-backend:v0.4.9
imagePullPolicy: IfNotPresent
ports:
- containerPort: 81
@@ -146,7 +146,9 @@ spec:
- name: POSTGRES_DB
value: os_framework_market
- name: POSTGRES_USER
value: market_os_system
value: market_os_system
- name: HYDRATOR_WORKER_COUNT
value: '5'
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef: