aFlyBird0 opened a new pull request, #16: URL: https://github.com/apache/shenyu-helm-chart/pull/16
## Description * Support PostgreSQL * Update Readme in English ## Note Now, there is something wrong with the official image `2.5.0` version about pg. You could use my dockerhub image to test.(based on 115e33accc, yunlongn <[email protected]>, Thu Sep 29 17:09:49 2022 +0800) ```shell helm install shenyu0930 bird-shenyu/shenyu -n=shenyu --create-namespace \ --set version=latest \ --set admin.image=aflybird0/shenyu-admin \ --set bootstrap.image=aflybird0/shenyu-bootstrap \ --set dataSource.active=pg \ --set dataSource.pg.ip=127.0.0.1 \ --set dataSource.pg.port=5432 \ --set dataSource.pg.username=postgres \ --set dataSource.pg.password=123456 ``` ## Tested in Ubuntu 20.04 <img width="843" alt="image" src="https://user-images.githubusercontent.com/36830265/193134934-12469806-415a-4a4f-9566-1e72dbb27dd9.png"> <img width="1440" alt="image" src="https://user-images.githubusercontent.com/36830265/193134992-e504b5ca-e2d4-4ff6-84a7-85e733aa74a6.png"> <img width="570" alt="image" src="https://user-images.githubusercontent.com/36830265/193135032-589e3b02-09b6-4bb3-8a56-4eae975ed386.png"> ## Anything else When I step into pod of admin and bootstrap, the `/logs` dir is missing. I don't know the reason. :( -- 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]
