更新多个应用的镜像地址,调整数据存储路径,新增 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

@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: postgres
image: postgres:17.6
image: docker.cnb.cool/kevisual/dev-env/postgres:17.6
ports:
- containerPort: 5432
env:
@@ -59,7 +59,7 @@ spec:
volumes:
- name: postgres-storage
hostPath:
path: /opt/docker/nocodb/postgres_data
path: /root/kevisual/k8s/nocodb/postgres_data
type: Directory
nodeSelector:
machine: "kevisual"
@@ -99,7 +99,7 @@ spec:
spec:
containers:
- name: nocodb
image: nocodb/nocodb:latest
image: docker.cnb.cool/kevisual/dev-env/nocodb:0.301.3
ports:
- containerPort: 8080
env:
@@ -121,7 +121,7 @@ spec:
volumes:
- name: nc-data-storage
hostPath:
path: /opt/docker/nocodb/nc_data
path: /root/kevisual/k8s/nocodb/nc_data
type: Directory
nodeSelector:
machine: "kevisual"