feat: add helm manifest for k8s and makefile (#444)

Signed-off-by: henrywangx <henrywangx@gmail.com>

Co-authored-by: xiong wang <xiong.wang@inceptio.ai>
This commit is contained in:
大雄
2022-02-15 21:47:13 +08:00
committed by GitHub
parent 7d1f368bc2
commit e35b058ab4
19 changed files with 717 additions and 4 deletions

View File

@ -13,6 +13,7 @@ services:
RUNNING_IN_DOCKER: "true"
volumes:
- ./conf:/conf/
restart: always
db:
restart: always
image: mysql:8.0.25
@ -22,4 +23,4 @@ services:
environment:
MYSQL_ROOT_PASSWORD: 123456
volumes:
- /usr/local/docker/mysql:/var/lib/mysql
- /usr/local/docker/mysql:/var/lib/mysql