CI: Update mark_word_fastapi image to build 50

This commit is contained in:
TeamCity CI
2025-07-07 03:05:31 +00:00
parent bf684fb5ea
commit a46f34aa5e

View File

@@ -2,7 +2,7 @@ replicaCount: 1
image:
repository: docker.io/lostecho6174/mark_word_fastapi # <-- 替换为你的容器注册表路径和镜像名称
pullPolicy: IfNotPresent
tag: "49" # <-- TeamCity 将会更新这个标签
tag: "50" # <-- TeamCity 将会更新这个标签
service:
type: ClusterIP # 或 LoadBalancer根据你的需求
port: 8000