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
   
   
![image](https://user-images.githubusercontent.com/45778734/149441236-ae83a6d5-954c-442d-b59c-e88824b5d97c.png)
   
   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
   
   
![image](https://user-images.githubusercontent.com/45778734/149452971-ec0f1a08-5a79-4829-ad31-4b8683dc44f6.png)
   
   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]


Reply via email to