Skip to content

Commit

Permalink
bfl, settings, app-service: add ports and tailscale acl (#870)
Browse files Browse the repository at this point in the history
* app-service,bfl: app ports acl api

* feat: update settings frontend and settings server

---------

Co-authored-by: hys <[email protected]>
  • Loading branch information
icebergtsn and hysyeah authored Jan 14, 2025
1 parent 7ce7f0f commit 3225626
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ spec:
- mountPath: /www
name: www-dir
- name: settings-init
image: beclab/settings:v0.2.2
image: beclab/settings:v0.2.5
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -351,7 +351,7 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
- name: settings-server
image: beclab/settings-server:v0.2.0
image: beclab/settings-server:v0.2.5
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ spec:
serviceAccount: os-internal
containers:
- name: app-service
image: beclab/app-service:0.2.68
image: beclab/app-service:0.2.69
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0
Expand Down
2 changes: 1 addition & 1 deletion frameworks/bfl/config/launcher/templates/bfl_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ spec:
containers:
- name: api
image: beclab/bfl:v0.3.60
image: beclab/bfl:v0.3.61
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 1000
Expand Down

0 comments on commit 3225626

Please sign in to comment.