From 273752df54a8ace3a0a60a6f511ab927c9904c09 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Fri, 9 Jan 2026 08:47:19 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E8=B0=83=E6=95=B4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E7=9A=84=20databus=20=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployment.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment.yaml b/deployment.yaml index f2e31e3e..4fc70456 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -416,14 +416,14 @@ spec: readinessProbe: httpGet: path: /actuator/health - port: 48100 + port: 48108 initialDelaySeconds: 50 periodSeconds: 5 failureThreshold: 3 livenessProbe: httpGet: path: /actuator/health - port: 48100 + port: 48108 initialDelaySeconds: 50 periodSeconds: 10 failureThreshold: 5 @@ -452,8 +452,8 @@ spec: app: zt-module-databus ports: - protocol: TCP - port: 48100 - targetPort: 48100 + port: 48108 + targetPort: 48108 nodePort: 30090