diff --git a/deployment.yaml b/deployment.yaml index 84dfca61..395148da 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