mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
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:
parent
05bae3cf41
commit
29e44fc522
5 changed files with 6 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -121,6 +121,7 @@ spec:
|
|||
labels:
|
||||
app: notifications-server
|
||||
spec:
|
||||
priorityClassName: "system-cluster-critical"
|
||||
initContainers:
|
||||
- name: init-container
|
||||
image: 'postgres:16.0-alpine3.18'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue