更新多个应用的镜像地址,调整数据存储路径,新增 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: esm
image: ghcr.io/esm-dev/esm.sh:v136_1
image: docker.cnb.cool/kevisual/dev-env/esm.sh:v137
ports:
- containerPort: 12000
protocol: TCP
@@ -27,7 +27,7 @@ spec:
volumes:
- name: esm-data
hostPath:
path: /opt/docker/esm/data
path: /root/kevisual/k8s/esm/data
type: Directory
nodeSelector:
machine: "kevisual"