Files
mark_word_fastapi/kubernetes/fastapi-chart/values.yaml

12 lines
351 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
replicaCount: 1
image:
repository: docker.io/fastapi-k8s-app # <-- 替换为你的容器注册表路径和镜像名称
pullPolicy: IfNotPresent
tag: "initial" # <-- TeamCity 将会更新这个标签
service:
type: ClusterIP # 或 LoadBalancer根据你的需求
port: 8000
# 更多配置可以按需添加,例如 resources, probes 等