CI: Update mark_word_fastapi image to build 48

This commit is contained in:
TeamCity CI
2025-07-07 03:01:05 +00:00
parent 15958a4185
commit 7dc2e35f57

View File

@@ -2,7 +2,7 @@ replicaCount: 1
image: image:
repository: docker.io/lostecho6174/mark_word_fastapi # <-- 替换为你的容器注册表路径和镜像名称 repository: docker.io/lostecho6174/mark_word_fastapi # <-- 替换为你的容器注册表路径和镜像名称
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
tag: "44" # <-- TeamCity 将会更新这个标签 tag: "48" # <-- TeamCity 将会更新这个标签
service: service:
type: ClusterIP # 或 LoadBalancer根据你的需求 type: ClusterIP # 或 LoadBalancer根据你的需求
port: 8000 port: 8000
@@ -17,4 +17,4 @@ ingress:
# tls: # tls:
# - hosts: # - hosts:
# - markword.simpla.dev # - markword.simpla.dev
# secretName: fastapi-tls-secret # 你的TLS Secret名称 # secretName: fastapi-tls-secret # 你的TLS Secret名称