更新多个应用的镜像地址,调整数据存储路径,新增 Traefik 配置,删除无用的 Keycloak 配置文件,添加必须执行的脚本
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user