misaya295 opened a new issue #439: URL: https://github.com/apache/incubator-shenyu-website/issues/439
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior  like this without indentation make admin and bootstrap cannot communicate on kubernetes ```yaml websocket: urls: ws://shenyu-admin-svc.shenyu.svc.cluster.local:9095/websocket ``` ### Expected Behavior  with indent like this ```yaml websocket: urls: ws://shenyu-admin-svc.shenyu.svc.cluster.local:9095/websocket ``` ### Steps To Reproduce 1.use websocket: urls: ws://shenyu-admin-svc.shenyu.svc.cluster.local:9095/websocket 2.deploy 3.admin and bootstrap cannot communicate on kubernetes ### Environment ```markdown ShenYu version(s): 2.4.1 ``` ### Debug logs _No response_ ### Anything else? _No response_ -- 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]
