vesoft-inc / nebula-studio

NebulaGraph Web GUI Tools
Apache License 2.0
206 stars 62 forks source link

Default database in helm chart is mysql resulting in CrashLoopBackoff - sqlite3 is needed to start container successfully #808

Open ehlowr0ld opened 4 weeks ago

ehlowr0ld commented 4 weeks ago

Describe the bug (must be provided)

The container is hanging in CrashLoopBackoff if you simply deplyo the chard. Configmap must be changed to user database_type sqlite3 to start cleanly in ubernetes env. Alternatively a mysql mus be deployed and the address adjusted in configmap - which is not very hands-free way like you would expect from helm chart.

A parameter in values.yml would be useful.

Your Environments (must be provided)

How To Reproduce(must be provided)

Steps to reproduce the behavior:

  1. Deploy the chart

Expected behavior

Container starts

Additional context

Provide logs and configs, or any other context to trace the problem.