blob: f410d2be28a1964e90fe2d28740dc5b364bf543e [file] [log] [blame]
version: 2.4.3
replicas: 1
admin:
enabled: true
image: apache/shenyu-admin
nodePort: 31095
bootstrap:
enabled: true
image: apache/shenyu-bootstrap
nodePort: 31195
dataSource:
# options: [h2, mysql]
active: h2
# init database and tables
initEnabled: true
h2:
username: sa
password: sa
mysql:
ip:
port: 3306
username: root
password:
# the existing storage class which stores mysql-connector.jar
storageClass:
# mysql driver class name
# mysql5 : com.mysql.jdbc.Driver
# mysql6-8 : com.mysql.cj.jdbc.Driver
driverClass: com.mysql.cj.Driver