CI: Update mark_word_fastapi image to build 11
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
replicaCount: 1
|
||||
|
||||
image:
|
||||
repository: docker.io/lostecho6174/mark_word_fastapi # <-- 替换为你的容器注册表路径和镜像名称
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "initial" # <-- TeamCity 将会更新这个标签
|
||||
|
||||
tag: "11" # <-- TeamCity 将会更新这个标签
|
||||
service:
|
||||
type: ClusterIP # 或 LoadBalancer,根据你的需求
|
||||
port: 8000
|
||||
|
||||
# 更多配置可以按需添加,例如 resources, probes 等
|
||||
# 更多配置可以按需添加,例如 resources, probes 等
|
||||
|
||||
Reference in New Issue
Block a user