mirror of
https://github.com/beclab/Olares
synced 2026-05-24 09:18:23 +00:00
app-serivce: add option images for middleware that create with cr (#1906)
This commit is contained in:
parent
a73bdb5b27
commit
435ceff018
1 changed files with 2 additions and 2 deletions
|
|
@ -170,7 +170,7 @@ spec:
|
|||
priorityClassName: "system-cluster-critical"
|
||||
containers:
|
||||
- name: app-service
|
||||
image: beclab/app-service:0.4.16
|
||||
image: beclab/app-service:0.4.17
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
|
|
@ -188,7 +188,7 @@ spec:
|
|||
- name: SYS_APPS
|
||||
value: "market,auth,citus,desktop,did,docs,files,fsnotify,headscale,infisical,intentprovider,ksserver,message,mongo,monitoring,notifications,profile,redis,recommend,seafile,search,search-admin,settings,systemserver,tapr,vault,video,zinc,accounts,control-hub,dashboard,nitro,olares-app"
|
||||
- name: KB_MIDDLEWARES
|
||||
value: "mongodb,minio"
|
||||
value: "mongodb,minio,mysql,mariadb,elasticsearch,rabbitmq"
|
||||
- name: GENERATED_APPS
|
||||
value: "citus,mongo-cluster-cfg,mongo-cluster-mongos,mongo-cluster-rs0,frp-agent,l4-bfl-proxy,drc-redis-cluster,appdata-backend,argoworkflows,argoworkflow-workflow-controller,velero,kvrocks"
|
||||
- name: WS_CONTAINER_IMAGE
|
||||
|
|
|
|||
Loading…
Reference in a new issue