feat(deployment): 为zt-module-system添加Istio代理启动配置

- 在Deployment中添加proxy.istio.io/config注解
- 配置holdApplicationUntilProxyStarts为true确保代理启动后再运行应用
- 提升服务网格中的Pod启动可靠性
This commit is contained in:
wuzongyong
2026-01-23 16:09:56 +08:00
parent 00a092a240
commit 48dd08b6d1

View File

@@ -161,6 +161,8 @@ spec:
metadata: metadata:
labels: labels:
app: zt-module-system app: zt-module-system
annotations:
proxy.istio.io/config: '{"holdApplicationUntilProxyStarts": true}'
spec: spec:
affinity: affinity:
nodeAffinity: nodeAffinity: