1. 调整测试环境的 databus 部署端口

This commit is contained in:
chenbowen
2026-01-09 08:47:19 +08:00
parent caf524d4e4
commit 273752df54

View File

@@ -416,14 +416,14 @@ spec:
readinessProbe: readinessProbe:
httpGet: httpGet:
path: /actuator/health path: /actuator/health
port: 48100 port: 48108
initialDelaySeconds: 50 initialDelaySeconds: 50
periodSeconds: 5 periodSeconds: 5
failureThreshold: 3 failureThreshold: 3
livenessProbe: livenessProbe:
httpGet: httpGet:
path: /actuator/health path: /actuator/health
port: 48100 port: 48108
initialDelaySeconds: 50 initialDelaySeconds: 50
periodSeconds: 10 periodSeconds: 10
failureThreshold: 5 failureThreshold: 5
@@ -452,8 +452,8 @@ spec:
app: zt-module-databus app: zt-module-databus
ports: ports:
- protocol: TCP - protocol: TCP
port: 48100 port: 48108
targetPort: 48100 targetPort: 48108
nodePort: 30090 nodePort: 30090