1234567891011121314151617181920 |
- kind: Namespace
- spec:
- name: baize
- ---
- kind: DataSource
- spec:
- type: database
- namespace: baize
- name: baize
- spec:
- type: postgres
- user_name: test
- password: "123456"
- address: "10.0.0.84"
- port: "30432"
- database: test
- max_connections: 20
- max_idle_connections: 5
|