app-service,bfl,tapr: fix multi event send; set reverse proxy,citus,notificaton priority (#1798)

* app-service,bfl,tapr: fix multi event send; set reverse proxy,citus,notificaton priority

* fix: headscale, tailscale add system-cluster-critical priority
This commit is contained in:
hysyeah 2025-09-05 21:56:43 +08:00 committed by GitHub
parent 05bae3cf41
commit 29e44fc522
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 6 additions and 3 deletions

View file

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

View file

@ -266,7 +266,7 @@ spec:
containers:
- name: api
image: beclab/bfl:v0.4.27
image: beclab/bfl:v0.4.28
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 1000

View file

@ -85,6 +85,7 @@ spec:
labels:
app: headscale
spec:
priorityClassName: "system-cluster-critical"
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
@ -258,6 +259,7 @@ spec:
labels:
app: tailscale
spec:
priorityClassName: "system-cluster-critical"
affinity:
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:

View file

@ -121,6 +121,7 @@ spec:
labels:
app: notifications-server
spec:
priorityClassName: "system-cluster-critical"
initContainers:
- name: init-container
image: 'postgres:16.0-alpine3.18'

View file

@ -99,7 +99,7 @@ spec:
- name: DISABLE_TELEMETRY
value: "false"
- name: operator-api
image: beclab/middleware-operator:0.2.14
image: beclab/middleware-operator:0.2.15
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9080