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