hqr2019 commented on issue #421:
URL: https://github.com/apache/dubbo-samples/issues/421#issuecomment-1030744977


   文档中配置的都是http协议进行健康检查的
   ```
               livenessProbe:
                 httpGet:
                   path: /live
                   port: 22222
                 initialDelaySeconds: 5
                 periodSeconds: 5
               readinessProbe:
                 httpGet:
                   path: /ready
                   port: 22222
                 initialDelaySeconds: 5
                 periodSeconds: 5
               startupProbe:
                 httpGet:
                   path: /startup
                   port: 22222
                 failureThreshold: 30
                 periodSeconds: 10
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to