Skip to content

Commit

Permalink
bfl, app-services, market, settings: add ACL rules for Headscale, dis…
Browse files Browse the repository at this point in the history
…play UDP ports, and show dependency warnings (#881)

* app-service,bfl: app ports acl api

* feat: update market and settings version

* revert bfl image version

---------

Co-authored-by: hys <hysyeah@gmail.com>
  • Loading branch information
icebergtsn and hysyeah authored Jan 16, 2025
1 parent 5dcef60 commit e3bf5ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,12 @@ spec:
fieldPath: status.podIP
containers:
- name: appstore
image: beclab/market-frontend:v0.3.2
image: beclab/market-frontend:v0.3.3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 80
- name: appstore-backend
image: beclab/market-backend:v0.3.2
image: beclab/market-backend:v0.3.3
imagePullPolicy: IfNotPresent
ports:
- containerPort: 81
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ spec:
- mountPath: /www
name: www-dir
- name: settings-init
image: beclab/settings:v0.2.6
image: beclab/settings:v0.2.8
imagePullPolicy: IfNotPresent
command:
- /bin/sh
Expand Down Expand Up @@ -352,7 +352,7 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
- name: settings-server
image: beclab/settings-server:v0.2.6
image: beclab/settings-server:v0.2.8
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ spec:
priorityClassName: "system-cluster-critical"
containers:
- name: app-service
image: beclab/app-service:0.2.63
image: beclab/app-service:0.2.70
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0
Expand Down

0 comments on commit e3bf5ce

Please sign in to comment.