apache / shenyu-helm-chart

Helm Chart for deploying Apache ShenYu in Kubernetes
https://shenyu.apache.org/
Apache License 2.0
15 stars 9 forks source link

[type: feat] Support PostgreSQL && update Readme in English #16

Closed aFlyBird0 closed 1 year ago

aFlyBird0 commented 1 year ago

Description

Note

Now, there is something wrong with the official image 2.5.0 version about pg. You could use my dockerhub image to test.(executed by make build-all-image, based on 115e33accc, yunlongn yunlongn@outlook.com, Thu Sep 29 17:09:49 2022 +0800)

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

image image image image image
erdengk commented 1 year ago

I think this pr can be merged now, what do you think? @JooKS-me