调整 kuboard k8s 脚本

This commit is contained in:
smallchill 2021-05-06 17:21:27 +08:00
parent e3d4d77dbb
commit 9132b11bac
2 changed files with 533 additions and 5 deletions

View File

@ -1,8 +1,8 @@
FROM mysql:5.7.26
ADD my.cnf /etc/mysql/conf.d/my.cnf
COPY ../../../doc/sql/blade/blade-saber-mysql.sql /docker-entrypoint-initdb.d/blade-saber-mysql.sql
# COPY ../../../doc/sql/blade/blade-sword-mysql.sql /docker-entrypoint-initdb.d/blade-sword-mysql.sql
# COPY ../../../doc/sql/seata/seata_order.sql /docker-entrypoint-initdb.d/seata_order.sql
# COPY ../../../doc/sql/seata/seata_storage.sql /docker-entrypoint-initdb.d/seata_storage.sql
# COPY ../../../doc/sql/seata/seata.sql /docker-entrypoint-initdb.d/seata.sql
COPY blade-saber-mysql.sql /docker-entrypoint-initdb.d/blade-saber-mysql.sql
# COPY blade-sword-mysql.sql /docker-entrypoint-initdb.d/blade-sword-mysql.sql
# COPY seata_order.sql /docker-entrypoint-initdb.d/seata_order.sql
# COPY seata_storage.sql /docker-entrypoint-initdb.d/seata_storage.sql
# COPY seata.sql /docker-entrypoint-initdb.d/seata.sql
EXPOSE 3306

File diff suppressed because one or more lines are too long