From d4ade11b440f2f1939d1fc2f465888e7ed8ef931 Mon Sep 17 00:00:00 2001 From: chenbowen Date: Wed, 3 Dec 2025 18:49:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20template=20=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=9A=84=E9=83=A8=E7=BD=B2?= 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 8f3caa41..63c885e7 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -457,14 +457,14 @@ spec: readinessProbe: httpGet: path: /actuator/health - port: 48100 + port: 49100 initialDelaySeconds: 50 periodSeconds: 5 failureThreshold: 3 livenessProbe: httpGet: path: /actuator/health - port: 48100 + port: 49100 initialDelaySeconds: 50 periodSeconds: 10 failureThreshold: 5 @@ -493,6 +493,6 @@ spec: app: zt-module-template ports: - protocol: TCP - port: 48100 - targetPort: 48100 + port: 49100 + targetPort: 49100 nodePort: 30889