github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/config/lorry/components/binding_mysql.yaml (about) 1 name: mysql 2 spec: 3 version: v1 4 metadata: 5 - name: url # Required, define DB connection in DSN format 6 value: "root:@tcp(127.0.0.1:3306)/mysql?multiStatements=true" 7 - name: maxOpenConns 8 value: "5"