Compare commits

...

2 Commits

Author SHA1 Message Date
hys
6adc3bb717 feat: tailscale subnet 2025-03-26 22:43:49 +08:00
qq815776412
408ac4cc3c feat: update settings support vpn config 2025-03-26 22:19:39 +08:00
4 changed files with 34 additions and 5 deletions

View File

@@ -243,7 +243,7 @@ spec:
- mountPath: /www
name: www-dir
- name: settings-init
image: beclab/settings:v0.2.14
image: beclab/settings:v0.2.15
imagePullPolicy: IfNotPresent
command:
- /bin/sh
@@ -357,7 +357,7 @@ spec:
terminationMessagePath: /dev/termination-log
terminationMessagePolicy: File
- name: settings-server
image: beclab/settings-server:v0.2.12
image: beclab/settings-server:v0.2.15
imagePullPolicy: IfNotPresent
ports:
- containerPort: 3000

View File

@@ -116,6 +116,8 @@ spec:
ports:
items:
properties:
addToTailscaleAcl:
type: boolean
exposePort:
format: int32
type: integer
@@ -128,7 +130,7 @@ spec:
type: integer
protocol:
description: The protocol for this entrance. Supports "tcp"
and "udp". Default is tcp.
and "udp","". Default is tcp/udp, "" mean tcp and udp.
type: string
required:
- host
@@ -141,6 +143,33 @@ spec:
type: string
description: the extend settings of the application
type: object
tailscale:
properties:
acls:
items:
properties:
action:
type: string
dst:
items:
type: string
type: array
proto:
type: string
src:
items:
type: string
type: array
required:
- dst
- proto
type: object
type: array
subRoutes:
items:
type: string
type: array
type: object
tailscaleAcls:
items:
properties:

View File

@@ -149,7 +149,7 @@ spec:
priorityClassName: "system-cluster-critical"
containers:
- name: app-service
image: beclab/app-service:0.3.11
image: beclab/app-service:0.3.12
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0

View File

@@ -249,7 +249,7 @@ spec:
containers:
- name: api
image: beclab/bfl:v0.4.1
image: beclab/bfl:v0.4.2
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 1000