更新多个应用的镜像地址,调整数据存储路径,新增 Traefik 配置,删除无用的 Keycloak 配置文件,添加必须执行的脚本

This commit is contained in:
2026-03-01 00:13:45 +08:00
parent a8b46d973e
commit c59ad4b83f
12 changed files with 75 additions and 78 deletions

View File

@@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: openlist
image: docker.1ms.run/openlistteam/openlist:latest
image: docker.cnb.cool/kevisual/dev-env/openlist:v4.1.10
securityContext:
runAsUser: 0
ports:
@@ -31,7 +31,7 @@ spec:
volumes:
- name: openlist-data
hostPath:
path: /opt/docker/openlist/data
path: /root/kevisual/k8s/openlist/data
type: DirectoryOrCreate
nodeSelector:
machine: "kevisual"