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